svn commit: r206996 - in head: etc/mtree share/examples

Andriy Gapon avg at FreeBSD.org
Wed Apr 21 12:17:02 UTC 2010


Author: avg
Date: Wed Apr 21 12:17:01 2010
New Revision: 206996
URL: http://svn.freebsd.org/changeset/base/206996

Log:
  indent.pro example: actually install the sample file

Modified:
  head/etc/mtree/BSD.usr.dist
  head/share/examples/Makefile

Modified: head/etc/mtree/BSD.usr.dist
==============================================================================
--- head/etc/mtree/BSD.usr.dist	Wed Apr 21 12:02:45 2010	(r206995)
+++ head/etc/mtree/BSD.usr.dist	Wed Apr 21 12:17:01 2010	(r206996)
@@ -219,6 +219,8 @@
             ..
             ibcs2
             ..
+            indent
+            ..
             ipfilter
             ..
             ipfw

Modified: head/share/examples/Makefile
==============================================================================
--- head/share/examples/Makefile	Wed Apr 21 12:02:45 2010	(r206995)
+++ head/share/examples/Makefile	Wed Apr 21 12:17:01 2010	(r206996)
@@ -15,6 +15,7 @@ LDIRS=	BSD_daemon \
 	find_interface \
 	hast \
 	ibcs2 \
+	indent \
 	ipfw \
 	kld \
 	libvgl \
@@ -77,6 +78,7 @@ XFILES=	BSD_daemon/FreeBSD.pfa \
 	hast/vip-up.sh \
 	ibcs2/README \
 	ibcs2/hello.uu \
+	indent/indent.pro \
 	ipfw/change_rules.sh \
 	kld/Makefile \
 	kld/cdev/Makefile \


More information about the svn-src-all mailing list