blob: 389979939a0f91a0230898e3fc3e49e94ba56651 (
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
27
28
|
# $NetBSD: Makefile,v 1.13 2013/06/03 20:23:39 mrg Exp $
SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
cleanlinks cxpm editres \
fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
fc-validate \
fonttosfnt fslsfonts fstobdf glxgears glxinfo \
iceauth ico imake listres lndir luit makedepend \
makeg makestrs mergelib mkdirhier mkfontdir \
mkfontscale mkhtmlindex oclock proxymngr revpath \
rgb setxkbmap smproxy sxpm \
twm ucs2any viewres x11perf xauth xbiff xcalc \
xclipboard xclock xcmsdb xconsole xcutsel xditview xdm \
xdpyinfo xedit xev xeyes xf86dga xfd xfindproxy xfontsel \
xfs xfsinfo xfwp xgamma xgc xhost xinit xinput xkbcomp \
xkbevd xkbprint xkbutils xkill xload xlogo xlsatoms xlsclients \
xlsfonts xmag xman xmessage xmh xmkmf xmlwf xmodmap xmore \
xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
xsetroot xsm xstdcmap xterm xtrap xvidtune \
xvinfo xwd xwininfo xwud xdriinfo sessreg
SUBDIR+=ssh-askpass
SUBDIR+=xsetwallpaper
# bring back from xfree:
# lndir
.include <bsd.subdir.mk>
|