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