Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2001/08/14 11:01:57 tv Exp $
2
3HOSTPROG=	binstall
4HOST_SRCDIR=	usr.bin/xinstall
5
6.include "${.CURDIR}/../Makefile.host"
7
8${TIMESTAMP}: ${SRCS}
9
10INSTALL:=	./binstall
11