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