1 1.7.34.1 yamt # $NetBSD: Makefile,v 1.7.34.1 2013/01/16 05:34:03 yamt 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.34.1 yamt # Prevent Makefile.host from trying to use the version of libnbcompat 9 1.7.34.1 yamt # from ${TOOLDIR}. 10 1.7.34.1 yamt NOCOMPATLIB= 11 1.7.34.1 yamt 12 1.1 tv .include "${.CURDIR}/../Makefile.host" 13 1.1 tv 14 1.7.34.1 yamt # Use uninstalled copy of host-mkdep 15 1.7.34.1 yamt HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR} 16 1.7.34.1 yamt HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep 17 1.7.34.1 yamt MKDEP= ${HOST_MKDEP} 18 1.7.34.1 yamt 19 1.7.34.1 yamt # Use uninstalled copy of libnbcompat and associated *.h files 20 1.7.34.1 yamt COMPATLIB_UNINSTALLED= yes 21 1.7.34.1 yamt COMPATOBJ!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR} 22 1.7.34.1 yamt .-include "${COMPATOBJ}/defs.mk" 23 1.7.34.1 yamt 24 1.7.34.1 yamt # Use uninstalled copy of the install program 25 1.3 tv INSTALL= ./xinstall 26