Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.11.2.1
      1  1.11.2.1  lukem #	$NetBSD: Makefile,v 1.11.2.1 1997/11/08 15:12:05 lukem Exp $
      2      1.11    mrg #	from: @(#)Makefile	8.2 (Berkeley) 4/27/95
      3       1.1    cgd 
      4       1.1    cgd PROG=	mtree
      5  1.11.2.1  lukem #CPPFLAGS+=-DDEBUG
      6       1.6    cgd MAN=	mtree.8
      7       1.3    cgd SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
      8      1.10    gwr .PATH:	${.CURDIR}/../../usr.bin/cksum
      9       1.1    cgd 
     10       1.1    cgd .include <bsd.prog.mk>
     11