summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-01-01 06:15:57 +0000
committerkientzle <kientzle@FreeBSD.org>2008-01-01 06:15:57 +0000
commitd438f6c32baa0fa7f50e360c12455437720162a1 (patch)
tree20fe0996b7cdd54795f0754d3e5eef78738f3599 /usr.sbin/mtree/Makefile
parent8e0685f4682ef5c1feef6387fda8e4f5f6be8b69 (diff)
downloadFreeBSD-src-d438f6c32baa0fa7f50e360c12455437720162a1.zip
FreeBSD-src-d438f6c32baa0fa7f50e360c12455437720162a1.tar.gz
Add the mtree.5 manpage. I'll come back soon and
remove the format specification from mtree.8. I also need to reconcile a few issues between this mtree.5 and what is actually implemented in FreeBSD's mtree utility. MFC after: 30 days
Diffstat (limited to 'usr.sbin/mtree/Makefile')
-rw-r--r--usr.sbin/mtree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index 2977c47..b66c8bb 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/../../usr.bin/cksum
PROG= mtree
-MAN= mtree.8
+MAN= mtree.8 mtree.5
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
SRCS+= specspec.c
OpenPOWER on IntegriCloud