Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 1997/05/08 21:12:33 gwr Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      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