Home | History | Annotate | Line # | Download | only in xinstall
Makefile revision 1.21
      1  1.21    bouyer #	$NetBSD: Makefile,v 1.21 2006/12/16 12:59:17 bouyer 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.1       cgd 
     19  1.11  christos PROGNAME=install
     20   1.1       cgd 
     21   1.1       cgd .include <bsd.prog.mk>
     22