X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..ad7871609881e73855d0b04da49b486cd93efca7:/usr/src/usr.sbin/mtree/Makefile diff --git a/usr/src/usr.sbin/mtree/Makefile b/usr/src/usr.sbin/mtree/Makefile index 4fdee69920..fb8b42460b 100644 --- a/usr/src/usr.sbin/mtree/Makefile +++ b/usr/src/usr.sbin/mtree/Makefile @@ -1,7 +1,8 @@ -# @(#)Makefile 5.4 (Berkeley) 5/25/90 +# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mtree -SRCS= compare.c create.c mtree.c spec.c verify.c -.PATH: ${.CURDIR} +#CFLAGS+=-DDEBUG +SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c +.PATH: ${.CURDIR}/../../usr.bin/cksum .include