Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 1997/10/25 06:58:25 lukem Exp $
      2 #	from: @(#)Makefile	8.2 (Berkeley) 4/27/95
      3 
      4 PROG=	mtree
      5 #CPPFLAGS+=-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