NetBSD/tools/binstall/Makefile
joerg dbfc63fcce Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
2007-07-03 16:29:24 +00:00

11 lines
273 B
Makefile

# $NetBSD: Makefile,v 1.7 2007/07/03 16:29:24 joerg Exp $
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-install
HOST_SRCDIR= usr.bin/xinstall
CPPFLAGS+= -I${.CURDIR}/../compat/sys
CPPFLAGS+= -DTARGET_STRIP=\"${STRIP}\"
.include "${.CURDIR}/../Makefile.host"
INSTALL= ./xinstall