1 1.22 christos # $NetBSD: Makefile,v 1.22 2011/08/17 14:00:30 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.20 he CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mtree 12 1.20 he 13 1.21 bouyer .if (${HOSTPROG:U} == "") 14 1.21 bouyer DPADD+= ${LIBUTIL} 15 1.20 he LDADD+= -lutil 16 1.21 bouyer .endif 17 1.21 bouyer 18 1.22 christos COPTS.xinstall.c += -Wno-format-nonliteral 19 1.22 christos 20 1.1 cgd 21 1.11 christos PROGNAME=install 22 1.1 cgd 23 1.1 cgd .include <bsd.prog.mk> 24