10 lines
226 B
Makefile
10 lines
226 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/10/29 06:17:08 dogcow Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}install
|
|
HOST_SRCDIR= usr.bin/xinstall
|
|
CPPFLAGS+= -I${.CURDIR}/../compat/sys
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|
|
|
|
INSTALL= ./xinstall
|