xenocara/app/Makefile
schwarze 7a992bbebd Retire xman(1).
It's totally broken (requires MLINKS which we removed long ago,
relies on the old man.conf(5) format we stopped supporting long ago,
Alfred Morgan reported additional bugs on bugs@, ...),
it reimplements man(1) in a very poor way,
and it lacks many useful features that man(1) in an xterm(1)
readily provides, so fixing it would be a waste of time.

matthieu@ deraadt@ krw@ agree with the direction.
2019-08-15 12:11:36 +00:00

31 lines
861 B
Makefile

# $OpenBSD: Makefile,v 1.37 2019/08/15 12:11:36 schwarze Exp $
.include <bsd.xconf.mk>
SUBDIR= bdftopcf mkfontscale mkfontdir \
appres beforelight bitmap editres fonttosfnt \
iceauth ico listres luit 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 video xterm xidle xlockmore \
xtsscale xvctl
.include <bsd.subdir.mk>
build: _SUBDIRUSE