Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.1.1.3
      1 #	@(#)Makefile	8.2 (Berkeley) 4/27/95
      2 
      3 PROG=	mtree
      4 MAN8=	mtree.0
      5 #CFLAGS+=-DDEBUG
      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