1 1.34 christos # $NetBSD: Makefile,v 1.34 2013/02/03 19:15:16 christos 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.33 christos SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \ 11 1.34 christos verify.c getid.c pack_dev.c only.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.13 mrg 17 1.29 he CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod 18 1.29 he .PATH: ${NETBSDSRCDIR}/sbin/mknod 19 1.1 cgd 20 1.1 cgd .include <bsd.prog.mk> 21