1 1.7.40.2 tls # $NetBSD: Makefile,v 1.7.40.2 2013/06/23 06:28:57 tls Exp $ 2 1.7.40.2 tls 3 1.7.40.2 tls NOMAN= 4 1.7.40.2 tls .include <bsd.own.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.7.40.1 tls # Prevent Makefile.host from trying to use the version of libnbcompat 12 1.7.40.1 tls # from ${TOOLDIR}. 13 1.7.40.1 tls NOCOMPATLIB= 14 1.7.40.1 tls 15 1.7.40.1 tls # Use uninstalled copy of host-mkdep 16 1.7.40.1 tls HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR} 17 1.7.40.1 tls HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep 18 1.7.40.1 tls MKDEP= ${HOST_MKDEP} 19 1.7.40.1 tls 20 1.7.40.1 tls # Use uninstalled copy of libnbcompat and associated *.h files 21 1.7.40.1 tls COMPATLIB_UNINSTALLED= yes 22 1.7.40.1 tls COMPATOBJ!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR} 23 1.7.40.1 tls .-include "${COMPATOBJ}/defs.mk" 24 1.7.40.1 tls 25 1.7.40.2 tls .include "${.CURDIR}/../Makefile.host" 26 1.7.40.2 tls 27 1.7.40.1 tls # Use uninstalled copy of the install program 28 1.3 tv INSTALL= ./xinstall 29 1.7.40.2 tls 30