NetBSD/x11/bin/Makefile
lukem 8a1597d78b Fix up botches in X userland from upgrade from XFree86 4.3.0 -> 4.4.0.
(All paths are relative to usr/X11R6)

* Obsolete:
	bin/fontconfig-config

* Add directories:
	lib/X11/locale/zh_CN.UTF-8
	lib/X11/xkb/geometry/ibm

* Rename include/freetype2/ft2build.h to include/ft2build.h and obsolete former

* Add files:
	fonttosfnt(1) program & man page
	include/expat.h
	lib/X11/app-defaults/XClock-color
	lib/X11/fonts/TTF/Vera*.ttf
	some font encodings
	zn_CN.UTF-8 locale
	some font encodings
	various xkb config files
	lib/X11/xedit/lisp/progmodes/patch.lsp
	Xfontcache(3) and various links
	XDGA(3) and various links
	XRes(3) and various links
	Xss(3) and various XScreenSaver*(3) links

* Add some more TODO items

* Clean up lib/expat build now that the version is hard coded.
2004-04-28 14:17:55 +00:00

26 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2004/04/28 14:17:56 lukem Exp $
SUBDIR= appres bdftopcf bdftruncate beforelight bitmap \
ccmakedep cleanlinks cxpm dpsexec dpsinfo editres \
fc-cache fc-list fonttosfnt fslsfonts fstobdf gccmakedep \
iceauth ico imake lbxproxy listres lndir luit \
makedepend makeg makepsres makestrs mergelib \
mkcfm mkdirhier mkfontdir mkfontscale mkhtmlindex \
oclock proxymngr pswrap revpath rgb rman rstart \
scripts setxkbmap showfont smproxy ssh-askpass sxpm \
texteroids 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 xkbcomp xkbevd xkbprint xkbutils \
xkill xload xlogo xlsatoms xlsclients xlsfonts xmag xman \
xmessage xmh xmkmf xmodmap xprop xrandr xrdb xrefresh xset \
xsetmode xsetpointer xsetroot xsm xstdcmap xsystrace xterm \
xtrap xvidtune xvinfo xwd xwininfo xwud
.if ${MACHINE_ARCH} != "vax" # XXX: vax is missing ceilf (etc) in libm
SUBDIR+=glxgears glxinfo
.endif
.include <bsd.subdir.mk>