Home | History | Annotate | Line # | Download | only in binstall
Makefile revision 1.11.22.1
      1  1.11.22.1    martin #	$NetBSD: Makefile,v 1.11.22.1 2018/05/05 19:25:56 martin Exp $
      2       1.10  christos 
      3       1.11  christos NOMAN=
      4  1.11.22.1    martin .include <bsd.init.mk>
      5        1.1        tv 
      6        1.7     joerg HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-install
      7        1.1        tv HOST_SRCDIR=	usr.bin/xinstall
      8        1.5    dogcow CPPFLAGS+=	-I${.CURDIR}/../compat/sys
      9        1.6     joerg CPPFLAGS+=	-DTARGET_STRIP=\"${STRIP}\"
     10        1.1        tv 
     11        1.9       apb # Prevent Makefile.host from trying to use the version of libnbcompat
     12        1.9       apb # from ${TOOLDIR}.
     13        1.9       apb NOCOMPATLIB=
     14        1.9       apb 
     15        1.8       apb # Use uninstalled copy of host-mkdep
     16        1.8       apb HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR}
     17        1.8       apb HOST_MKDEP=	${HOST_MKDEP_OBJ}/host-mkdep
     18        1.8       apb MKDEP=		${HOST_MKDEP}
     19        1.8       apb 
     20        1.9       apb # Use uninstalled copy of libnbcompat and associated *.h files
     21        1.9       apb COMPATLIB_UNINSTALLED= yes
     22        1.9       apb COMPATOBJ!=	cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR}
     23        1.9       apb .-include	"${COMPATOBJ}/defs.mk"
     24        1.9       apb 
     25       1.10  christos .include "${.CURDIR}/../Makefile.host"
     26       1.10  christos 
     27        1.8       apb # Use uninstalled copy of the install program
     28        1.3        tv INSTALL=	./xinstall
     29       1.10  christos 
     30