1 1.24 christos # $NetBSD: Makefile,v 1.24 2015/06/15 16:33:38 christos Exp $ 2 1.6 jtc # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.17 lukem .include <bsd.own.mk> 5 1.17 lukem 6 1.1 cgd PROG= xinstall 7 1.20 he SRCS= xinstall.c getid.c 8 1.7 cgd MAN= install.1 9 1.18 lukem 10 1.20 he .PATH: ${NETBSDSRCDIR}/usr.sbin/mtree 11 1.24 christos CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mtree 12 1.24 christos CPPFLAGS+= -DHAVE_POSIX_SPAWN 13 1.20 he 14 1.21 bouyer .if (${HOSTPROG:U} == "") 15 1.21 bouyer DPADD+= ${LIBUTIL} 16 1.20 he LDADD+= -lutil 17 1.21 bouyer .endif 18 1.21 bouyer 19 1.22 christos COPTS.xinstall.c += -Wno-format-nonliteral 20 1.22 christos 21 1.1 cgd 22 1.11 christos PROGNAME=install 23 1.1 cgd 24 1.1 cgd .include <bsd.prog.mk> 25