Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.25
      1 #	$NetBSD: Makefile,v 1.25 2002/11/30 03:10:57 lukem Exp $
      2 #	from: @(#)Makefile	8.2 (Berkeley) 4/27/95
      3 
      4 .include <bsd.own.mk>
      5 
      6 PROG=	mtree
      7 #CPPFLAGS+=-DDEBUG
      8 MAN=	mtree.8
      9 SRCS=	compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
     10 	getid.c stat_flags.c pack_dev.c
     11 WARNS?=	2
     12 
     13 CPPFLAGS+=	-I${NETBSDSRCDIR}/bin/ls -I${NETBSDSRCDIR}/sbin/mknod
     14 .PATH:		${NETBSDSRCDIR}/bin/ls ${NETBSDSRCDIR}/sbin/mknod
     15 
     16 .ifndef HOSTPROG
     17 .include <bsd.prog.mk>
     18 .endif
     19