11 lines
190 B
Makefile
11 lines
190 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2001/08/14 11:01:57 tv Exp $
|
||
|
|
||
|
HOSTPROG= binstall
|
||
|
HOST_SRCDIR= usr.bin/xinstall
|
||
|
|
||
|
.include "${.CURDIR}/../Makefile.host"
|
||
|
|
||
|
${TIMESTAMP}: ${SRCS}
|
||
|
|
||
|
INSTALL:= ./binstall
|