Edit

IABSD.fr/xenocara/app/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2025-11-01 10:18:19
    Hash : d9dfbd26
    Message : Unhook luit

  • app/Makefile
  • # $OpenBSD: Makefile,v 1.40 2025/11/01 10:18:19 matthieu Exp $
    .include <bsd.xconf.mk>
    
    SUBDIR= bdftopcf mkfontscale \
    	appres beforelight bitmap editres fonttosfnt \
    	iceauth ico listres oclock \
    	rgb sessreg setxkbmap \
    	smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
    	xclipboard xclock xcmsdb xcompmgr xconsole  \
    	xenodm xdpyinfo xedit xev xeyes xf86dga \
    	xfd xfontsel xgamma xgc xhost \
    	xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
    	xlsatoms xlsclients xlsfonts xmag xmessage \
    	xmodmap xmore xpr \
    	xprop xrandr xrdb xrefresh xset \
    	xsetroot xsm xvidtune xvinfo xwd xwininfo \
    	xwud
    
    # GL
    .if ${XENOCARA_BUILD_GL:L} == "yes"
    SUBDIR +=   xdriinfo glxgears glxinfo
    .endif
    
    # extras
    SUBDIR += cwm fvwm ssh-askpass sxpm video xterm xidle xlockmore \
    	  xtsscale xvctl
    
    .include <bsd.subdir.mk>
    
    build:	_SUBDIRUSE