aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commit84e59eb50d533ef4e842fd057460814a2190b05c (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/mtree
parentf5c789f5a934dba022d7028c85ccba1a840b7e72 (diff)
downloadsrc-84e59eb50d533ef4e842fd057460814a2190b05c.tar.gz
src-84e59eb50d533ef4e842fd057460814a2190b05c.zip
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Notes
Notes: svn path=/head/; revision=1863
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r--usr.sbin/mtree/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index fb8b42460b38..c736f13a1880 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -3,6 +3,7 @@
PROG= mtree
#CFLAGS+=-DDEBUG
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
+MAN8= mtree.8
.PATH: ${.CURDIR}/../../usr.bin/cksum
.include <bsd.prog.mk>