Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2001/11/12 23:16:31 tv Exp $
2
3HOST_SRCDIR=	usr.bin/mkdep
4
5.include "${.CURDIR}/../Makefile.host"
6
7# Don't run mkdep on mkdep.
8MKDEP=		touch $@ || true
9
10# This is the only program that comes before binstall.
11INSTALL=	@true
12${HOST_BINDIR}/${HOSTPROGNAME}:: mkdep
13	-rm -f $@
14	cp mkdep $@
15