NetBSD/tools/mkdep/Makefile
tv d21f3d4a13 Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'.
Prefix all non-target-specific things with `nb'.
2001-11-14 22:13:39 +00:00

16 lines
333 B
Makefile

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