aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/mtree/Makefile
blob: fb8b42460b38834eaeffc8876542174ac8880b33 (plain) (tree)
1
2
3
4
5
6
7
8







                                                               
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	mtree
#CFLAGS+=-DDEBUG
SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
.PATH:	${.CURDIR}/../../usr.bin/cksum

.include <bsd.prog.mk>