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