Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.3
      1  1.3  cgd #	from: @(#)Makefile	5.6 (Berkeley) 2/19/92
      2  1.3  cgd #	$Id: Makefile,v 1.3 1993/11/02 07:51:06 cgd Exp $
      3  1.1  cgd 
      4  1.1  cgd PROG=	mtree
      5  1.3  cgd #CFLAGS+=-DDEBUG
      6  1.3  cgd SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
      7  1.3  cgd .PATH:	/usr/src/usr.bin/cksum
      8  1.3  cgd #.PATH:	${.CURDIR}/../../usr.bin/cksum
      9  1.1  cgd 
     10  1.1  cgd .include <bsd.prog.mk>
     11