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