Install xmlwf(1) from expat.

This commit is contained in:
cube 2008-10-05 17:35:13 +00:00
parent 8133f9d1ce
commit d65722ced7
2 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/10/03 03:52:15 cube Exp $
# $NetBSD: Makefile,v 1.4 2008/10/05 17:35:13 cube Exp $
SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
cleanlinks cxpm editres fc-cache fc-list \
@ -12,7 +12,7 @@ SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
xdpyinfo xedit xev xeyes xf86dga xfd xfindproxy xfontsel \
xfs xfsinfo xft-config xfwp xgamma xgc xhost xinit xinput xkbcomp \
xkbevd xkbprint xkbutils xkill xload xlogo xlsatoms xlsclients \
xlsfonts xmag xman xmessage xmh xmkmf xmodmap xmore \
xlsfonts xmag xman xmessage xmh xmkmf xmlwf xmodmap xmore \
xplsprinters xprehashprinterlist xphelloworld \
xpxthelloworld xpsimplehelloworld \
xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \

14
external/mit/xorg/bin/xmlwf/Makefile vendored Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2008/10/05 17:35:13 cube Exp $
.include <bsd.own.mk>
PROG= xmlwf
.PATH: ${X11SRCDIR.expat}/xmlwf ${X11SRCDIR.expat}/doc
SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
LDADD= -lexpat
.include <bsd.x11.mk>
.include <bsd.prog.mk>