xenocara/app/Makefile

31 lines
930 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.33 2014/08/25 19:14:54 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 07:03:40 -07:00
SUBDIR= bdftopcf mkfontscale mkfontdir \
2006-11-26 07:03:40 -07:00
appres beforelight bitmap editres fonttosfnt fslsfonts \
fstobdf iceauth ico listres luit oclock \
rgb scripts sessreg setxkbmap showfont \
smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
2008-09-13 10:36:52 -06:00
xclipboard xclock xcmsdb xcompmgr xconsole \
xdm xdpyinfo xedit xev xeyes xf86dga \
xfd xfontsel xfsinfo xfwp xgamma xgc xhost \
xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
xlsatoms xlsclients xlsfonts xmag xman xmessage \
xmodmap xmore xpr \
2014-07-12 10:36:22 -06:00
xprop xrandr xrdb xrefresh xset \
2009-10-04 09:01:49 -06:00
xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo \
2006-11-26 07:03:40 -07:00
xwud
# GL
.if ${XENOCARA_BUILD_GL:L} == "yes"
SUBDIR += xdriinfo glxgears glxinfo
.endif
2006-11-26 07:03:40 -07:00
# extras
SUBDIR += cwm fvwm ssh-askpass video xterm xidle xlockmore xsystrace \
xtsscale xvctl
2006-11-26 07:03:40 -07:00
.include <bsd.subdir.mk>
build: _SUBDIRUSE