This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
29 lines
1.0 KiB
Makefile
29 lines
1.0 KiB
Makefile
# $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>
|