diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index d934d1721569..652f83c8b1a5 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,8 +1,9 @@ # from: @(#)Makefile 5.6 (Berkeley) 2/19/92 -# $Id: Makefile,v 1.4 1993/11/02 08:43:48 cgd Exp $ +# $Id: Makefile,v 1.5 1994/03/19 07:55:56 cgd Exp $ PROG= mtree #CFLAGS+=-DDEBUG +MAN8= mtree.0 SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c .PATH: ${.CURDIR}/../../usr.bin/cksum