2018-12-21 07:37:24 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.36 2018/12/21 14:37:24 matthieu Exp $
|
2008-03-25 17:41:50 -06:00
|
|
|
.include <bsd.xconf.mk>
|
2006-11-26 07:03:40 -07:00
|
|
|
|
2007-06-28 12:48:49 -06:00
|
|
|
SUBDIR= bdftopcf mkfontscale mkfontdir \
|
2018-12-21 07:37:24 -07:00
|
|
|
appres beforelight bitmap editres fonttosfnt \
|
|
|
|
iceauth ico listres luit oclock \
|
|
|
|
rgb sessreg setxkbmap \
|
2010-10-03 08:59:11 -06:00
|
|
|
smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
|
2008-09-13 10:36:52 -06:00
|
|
|
xclipboard xclock xcmsdb xcompmgr xconsole \
|
2017-02-26 09:39:22 -07:00
|
|
|
xenodm xdpyinfo xedit xev xeyes xf86dga \
|
2018-12-21 07:37:24 -07:00
|
|
|
xfd xfontsel xgamma xgc xhost \
|
2008-09-07 15:09:57 -06:00
|
|
|
xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
|
2006-11-26 08:04:55 -07:00
|
|
|
xlsatoms xlsclients xlsfonts xmag xman xmessage \
|
2008-06-18 14:19:53 -06:00
|
|
|
xmodmap xmore xpr \
|
2014-07-12 10:36:22 -06:00
|
|
|
xprop xrandr xrdb xrefresh xset \
|
2018-12-21 07:37:24 -07:00
|
|
|
xsetroot xsm xvidtune xvinfo xwd xwininfo \
|
2006-11-26 07:03:40 -07:00
|
|
|
xwud
|
|
|
|
|
|
|
|
# GL
|
2008-03-25 17:41:50 -06:00
|
|
|
.if ${XENOCARA_BUILD_GL:L} == "yes"
|
2007-05-09 00:19:30 -06:00
|
|
|
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 \
|
2009-12-01 14:36:52 -07:00
|
|
|
xtsscale xvctl
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|
|
|
|
build: _SUBDIRUSE
|