Module Name:    src
Committed By:   mrg
Date:           Sun Nov 21 02:43:32 UTC 2010

Modified Files:
        src/distrib/sets/lists/xbase: mi
        src/distrib/sets/lists/xcomp: mi
        src/external/mit/xorg/bin: Makefile
Added Files:
        src/external/mit/xorg/bin/lndir: Makefile

Log Message:
install lndir again.  (hooray, i've missed this stupid app ;-)


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/distrib/sets/lists/xbase/mi
cvs rdiff -u -r1.113 -r1.114 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/bin/lndir/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/xbase/mi
diff -u src/distrib/sets/lists/xbase/mi:1.95 src/distrib/sets/lists/xbase/mi:1.96
--- src/distrib/sets/lists/xbase/mi:1.95	Thu Nov 18 18:48:05 2010
+++ src/distrib/sets/lists/xbase/mi	Sun Nov 21 02:43:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.95 2010/11/18 18:48:05 tron Exp $
+# $NetBSD: mi,v 1.96 2010/11/21 02:43:31 mrg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1376,6 +1376,7 @@
 ./usr/X11R7/bin/imake					-unknown-	xorg
 ./usr/X11R7/bin/lbxproxy				-obsolete	obsolete
 ./usr/X11R7/bin/listres					-unknown-	xorg
+./usr/X11R7/bin/lndir					-unknown-	xorg
 ./usr/X11R7/bin/luit					-unknown-	xorg
 ./usr/X11R7/bin/makedepend				-unknown-	xorg
 ./usr/X11R7/bin/makeg					-unknown-	xorg
@@ -2482,6 +2483,7 @@
 ./usr/X11R7/man/cat1/imake.0				-unknown-	.cat,xorg
 ./usr/X11R7/man/cat1/lbxproxy.0				-obsolete	obsolete
 ./usr/X11R7/man/cat1/listres.0				-unknown-	.cat,xorg
+./usr/X11R7/man/cat1/lndir.0				-unknown-	.cat,xorg
 ./usr/X11R7/man/cat1/luit.0				-unknown-	.cat,xorg
 ./usr/X11R7/man/cat1/makedepend.0			-unknown-	.cat,xorg
 ./usr/X11R7/man/cat1/makeg.0				-unknown-	.cat,xorg
@@ -2616,6 +2618,7 @@
 ./usr/X11R7/man/html1/imake.html			-unknown-	html,xorg
 ./usr/X11R7/man/html1/lbxproxy.html			-obsolete		obsolete
 ./usr/X11R7/man/html1/listres.html			-unknown-	html,xorg
+./usr/X11R7/man/html1/lndir.html			-unknown-	html,xorg
 ./usr/X11R7/man/html1/luit.html				-unknown-	html,xorg
 ./usr/X11R7/man/html1/makedepend.html			-unknown-	html,xorg
 ./usr/X11R7/man/html1/makeg.html			-unknown-	html,xorg
@@ -2750,6 +2753,7 @@
 ./usr/X11R7/man/man1/imake.1				-unknown-	.man,xorg
 ./usr/X11R7/man/man1/lbxproxy.1				-obsolete	obsolete
 ./usr/X11R7/man/man1/listres.1				-unknown-	.man,xorg
+./usr/X11R7/man/man1/lndir.1				-unknown-	.man,xorg
 ./usr/X11R7/man/man1/luit.1				-unknown-	.man,xorg
 ./usr/X11R7/man/man1/makedepend.1			-unknown-	.man,xorg
 ./usr/X11R7/man/man1/makeg.1				-unknown-	.man,xorg

Index: src/distrib/sets/lists/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.113 src/distrib/sets/lists/xcomp/mi:1.114
--- src/distrib/sets/lists/xcomp/mi:1.113	Sat Aug 14 08:51:32 2010
+++ src/distrib/sets/lists/xcomp/mi	Sun Nov 21 02:43:31 2010
@@ -1,4 +1,4 @@
-#	 $NetBSD: mi,v 1.113 2010/08/14 08:51:32 mrg Exp $
+#	 $NetBSD: mi,v 1.114 2010/11/21 02:43:31 mrg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -9398,6 +9398,7 @@
 ./usr/libdata/debug/usr/X11R7/bin/imake.debug		-unknown-	debug,xorg
 ./usr/libdata/debug/usr/X11R7/bin/lbxproxy.debug	-obsolete-	obsolete
 ./usr/libdata/debug/usr/X11R7/bin/listres.debug		-unknown-	debug,xorg
+./usr/libdata/debug/usr/X11R7/bin/lndir.debug		-unknown-	debug,xorg
 ./usr/libdata/debug/usr/X11R7/bin/luit.debug		-unknown-	debug,xorg
 ./usr/libdata/debug/usr/X11R7/bin/makedepend.debug	-unknown-	debug,xorg
 ./usr/libdata/debug/usr/X11R7/bin/makestrs.debug	-unknown-	debug,xorg

Index: src/external/mit/xorg/bin/Makefile
diff -u src/external/mit/xorg/bin/Makefile:1.7 src/external/mit/xorg/bin/Makefile:1.8
--- src/external/mit/xorg/bin/Makefile:1.7	Mon Apr 20 04:03:49 2009
+++ src/external/mit/xorg/bin/Makefile	Sun Nov 21 02:43:31 2010
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.7 2009/04/20 04:03:49 mrg Exp $
+#	$NetBSD: Makefile,v 1.8 2010/11/21 02:43:31 mrg Exp $
 
 SUBDIR=	appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
 	cleanlinks cxpm editres fc-cache fc-cat fc-list fc-match \
 	fonttosfnt fslsfonts fstobdf glxgears glxinfo \
-	iceauth ico imake listres luit makedepend \
+	iceauth ico imake listres lndir luit makedepend \
 	makeg makestrs mergelib mkdirhier mkfontdir \
 	mkfontscale mkhtmlindex oclock proxymngr revpath \
 	rgb setxkbmap smproxy sxpm \

Added files:

Index: src/external/mit/xorg/bin/lndir/Makefile
diff -u /dev/null src/external/mit/xorg/bin/lndir/Makefile:1.1
--- /dev/null	Sun Nov 21 02:43:32 2010
+++ src/external/mit/xorg/bin/lndir/Makefile	Sun Nov 21 02:43:31 2010
@@ -0,0 +1,10 @@
+#	$NetBSD: Makefile,v 1.1 2010/11/21 02:43:31 mrg Exp $
+
+.include <bsd.own.mk>
+
+PROG=	lndir
+
+.PATH:	${X11SRCDIR.${PROG}}
+
+.include <bsd.x11.mk>
+.include <bsd.prog.mk>

Reply via email to