blob: e1e409266cf8ca8c182a4d0a3053080984e5340e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $OpenBSD: Makefile,v 1.5 2006/12/17 19:52:56 matthieu Exp $
SUBDIR= bdftopcf mkfontscale mkfontdir \
appres beforelight bitmap editres fonttosfnt fslsfonts \
fstobdf iceauth ico lbxproxy listres luit oclock \
proxymngr rgb rstart scripts sessreg setxkbmap showfont \
smproxy twm viewres x11perf xauth xbiff xcalc \
xclipboard xclock xcmsdb xconsole \
xdm xdpyinfo xdriinfo xedit xev xeyes xf86dga \
xfd xfindproxy xfontsel xfs xfsinfo xfwp xgamma xgc xhost \
xinit xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
xlsatoms xlsclients xlsfonts xmag xman xmessage \
xmodmap xmore xphelloworld xplsprinters xpr xprehashprinterlist \
xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \
xwud
# GL
SUBDIR += glxgears glxinfo
# extras
SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xsystrace xvctl
.include <bsd.subdir.mk>
build: _SUBDIRUSE
|