svn commit: r214309 - head/share/examples
Julian Elischer
julian at FreeBSD.org
Sun Oct 24 23:25:15 UTC 2010
Author: julian
Date: Sun Oct 24 23:25:14 2010
New Revision: 214309
URL: http://svn.freebsd.org/changeset/base/214309
Log:
Add Makefile entry to install two new example files.
MFC after: 2 weeks
Modified:
head/share/examples/Makefile
Modified: head/share/examples/Makefile
==============================================================================
--- head/share/examples/Makefile Sun Oct 24 23:19:11 2010 (r214308)
+++ head/share/examples/Makefile Sun Oct 24 23:25:14 2010 (r214309)
@@ -17,6 +17,7 @@ LDIRS= BSD_daemon \
ibcs2 \
indent \
ipfw \
+ jails \
kld \
libvgl \
mdoc \
@@ -80,6 +81,7 @@ XFILES= BSD_daemon/FreeBSD.pfa \
ibcs2/hello.uu \
indent/indent.pro \
ipfw/change_rules.sh \
+ jails/README \
kld/Makefile \
kld/cdev/Makefile \
kld/cdev/README \
@@ -116,6 +118,8 @@ XFILES= BSD_daemon/FreeBSD.pfa \
netgraph/ngctl \
netgraph/raw \
netgraph/udp.tunnel \
+ netgraph/virtual.chain \
+ netgraph/virtual.lan \
nwclient/dot.nwfsrc \
nwclient/nwfs.sh.sample \
perfmon/Makefile \
More information about the svn-src-all
mailing list