1 1.7.40.1 tls # $NetBSD: Makefile,v 1.7.40.1 2013/02/25 00:30:27 tls Exp $ 2 1.1 tv 3 1.7 joerg HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-install 4 1.1 tv HOST_SRCDIR= usr.bin/xinstall 5 1.5 dogcow CPPFLAGS+= -I${.CURDIR}/../compat/sys 6 1.6 joerg CPPFLAGS+= -DTARGET_STRIP=\"${STRIP}\" 7 1.1 tv 8 1.7.40.1 tls # Prevent Makefile.host from trying to use the version of libnbcompat 9 1.7.40.1 tls # from ${TOOLDIR}. 10 1.7.40.1 tls NOCOMPATLIB= 11 1.7.40.1 tls 12 1.1 tv .include "${.CURDIR}/../Makefile.host" 13 1.1 tv 14 1.7.40.1 tls # Use uninstalled copy of host-mkdep 15 1.7.40.1 tls HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR} 16 1.7.40.1 tls HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep 17 1.7.40.1 tls MKDEP= ${HOST_MKDEP} 18 1.7.40.1 tls 19 1.7.40.1 tls # Use uninstalled copy of libnbcompat and associated *.h files 20 1.7.40.1 tls COMPATLIB_UNINSTALLED= yes 21 1.7.40.1 tls COMPATOBJ!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR} 22 1.7.40.1 tls .-include "${COMPATOBJ}/defs.mk" 23 1.7.40.1 tls 24 1.7.40.1 tls # Use uninstalled copy of the install program 25 1.3 tv INSTALL= ./xinstall 26