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