diff options
author | ed <ed@FreeBSD.org> | 2013-04-09 06:50:11 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2013-04-09 06:50:11 +0000 |
commit | 11842319432af11ae4828f76bb503310ea1780a6 (patch) | |
tree | 935492f3bc1f92ce29cb1a9998e6093032726b46 /usr.sbin/nmtree | |
parent | 528b271d19c1d99c4810f13ed1b36d4c80383306 (diff) | |
parent | 6eda686d4f913f73efd6a731a499629d3468feee (diff) | |
download | FreeBSD-src-11842319432af11ae4828f76bb503310ea1780a6.zip FreeBSD-src-11842319432af11ae4828f76bb503310ea1780a6.tar.gz |
Import a new version of NetBSD's mtree.
This version of mtree implements a new flag (-O) that can be used to
restrict the tool to certain pathnames. Also, it fixes a compiler
warning generated by -Wmissing-variable-declarations.
Acked by: brooks
Diffstat (limited to 'usr.sbin/nmtree')
-rw-r--r-- | usr.sbin/nmtree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nmtree/Makefile b/usr.sbin/nmtree/Makefile index 1b8cc01..138e28d 100644 --- a/usr.sbin/nmtree/Makefile +++ b/usr.sbin/nmtree/Makefile @@ -7,7 +7,7 @@ PROG= nmtree MAN= nmtree.8 SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \ - spec.c specspec.c verify.c + only.c spec.c specspec.c verify.c LDADD+= -lmd -lutil CFLAGS+= -I${.CURDIR}/../../contrib/mknod |