Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.14
      1  1.14  wennmach #	$NetBSD: Makefile,v 1.14 1999/11/07 20:23:01 wennmach 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.12     lukem #CPPFLAGS+=-DDEBUG
      6   1.6       cgd MAN=	mtree.8
      7  1.13       mrg SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c \
      8  1.14  wennmach 	stat_flags.c code.c
      9  1.13       mrg 
     10  1.13       mrg CPPFLAGS+=	-I${.CURDIR}/../../bin/ls
     11  1.13       mrg .PATH:	${.CURDIR}/../../usr.bin/cksum ${.CURDIR}/../../bin/ls
     12   1.1       cgd 
     13   1.1       cgd .include <bsd.prog.mk>
     14