Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.7
      1 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2 
      3 PROG=	mtree
      4 #CFLAGS+=-DDEBUG
      5 MAN=	mtree.8
      6 SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
      7 .PATH:	${.CURDIR}/../../usr.bin/cksum
      8 
      9 .include <bsd.prog.mk>
     10