summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree/Makefile')
-rw-r--r--usr.sbin/mtree/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index ec67d459598..48e6ab03bdc 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 1997/09/21 11:43:58 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2004/05/02 17:55:53 millert Exp $
PROG= mtree
#CFLAGS+=-DDEBUG
MAN= mtree.8
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
-.PATH: ${.CURDIR}/../../usr.bin/cksum
.include <bsd.prog.mk>