diff options
author | dteske <dteske@FreeBSD.org> | 2013-07-05 18:50:17 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2013-07-05 18:50:17 +0000 |
commit | c6b0e8332430c1189a711b8ce2176b61c141c7bc (patch) | |
tree | a85b021148603d8a5e39fbb3754c74587f4245b9 | |
parent | ac5f747c8f2503a2311f867eb53265201ef9c66d (diff) | |
download | FreeBSD-src-c6b0e8332430c1189a711b8ce2176b61c141c7bc.zip FreeBSD-src-c6b0e8332430c1189a711b8ce2176b61c141c7bc.tar.gz |
Oops, r252810 forgot to hook the new example file (browse_packages.sh) into
the Makefile.
-rw-r--r-- | usr.sbin/bsdconfig/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/examples/Makefile b/usr.sbin/bsdconfig/examples/Makefile index f072350..78711d2 100644 --- a/usr.sbin/bsdconfig/examples/Makefile +++ b/usr.sbin/bsdconfig/examples/Makefile @@ -3,7 +3,7 @@ NO_OBJ= FILESDIR= ${SHAREDIR}/examples/bsdconfig -FILES= bsdconfigrc +FILES= browse_packages.sh bsdconfigrc beforeinstall: mkdir -p ${DESTDIR}${FILESDIR} |