Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.4
      1  1.3  cgd #	from: @(#)Makefile	5.6 (Berkeley) 2/19/92
      2  1.4  cgd #	$Id: Makefile,v 1.4 1993/11/02 08:43:48 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.4  cgd .PATH:	${.CURDIR}/../../usr.bin/cksum
      8  1.1  cgd 
      9  1.1  cgd .include <bsd.prog.mk>
     10