1 1.30 bouyer # $NetBSD: Makefile,v 1.30 2006/12/16 12:59:17 bouyer Exp $ 2 1.11 mrg # from: @(#)Makefile 8.2 (Berkeley) 4/27/95 3 1.1 cgd 4 1.24 lukem .include <bsd.own.mk> 5 1.24 lukem 6 1.1 cgd PROG= mtree 7 1.12 lukem #CPPFLAGS+=-DDEBUG 8 1.28 he CPPFLAGS+= -DMTREE 9 1.6 cgd MAN= mtree.8 10 1.20 lukem SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \ 11 1.29 he getid.c pack_dev.c 12 1.30 bouyer .if (${HOSTPROG:U} == "") 13 1.30 bouyer DPADD+= ${LIBUTIL} 14 1.30 bouyer LDADD+= -lutil 15 1.30 bouyer .endif 16 1.27 dsl WARNS?= 3 17 1.13 mrg 18 1.29 he CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod 19 1.29 he .PATH: ${NETBSDSRCDIR}/sbin/mknod 20 1.1 cgd 21 1.1 cgd .include <bsd.prog.mk> 22