xenocara/app/Makefile

31 lines
851 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.38 2019/08/15 17:01:12 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 07:03:40 -07:00
SUBDIR= bdftopcf mkfontscale \
appres beforelight bitmap editres fonttosfnt \
iceauth ico listres luit oclock \
rgb sessreg setxkbmap \
smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
2008-09-13 10:36:52 -06:00
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 \
2014-07-12 10:36:22 -06:00
xprop xrandr xrdb xrefresh xset \
xsetroot xsm 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
2016-04-25 13:25:31 -06:00
SUBDIR += cwm fvwm ssh-askpass video xterm xidle xlockmore \
xtsscale xvctl
2006-11-26 07:03:40 -07:00
.include <bsd.subdir.mk>
build: _SUBDIRUSE