Makefile revision 1.4
11.4Stv#	$NetBSD: Makefile,v 1.4 2001/12/11 21:18:01 tv Exp $
21.1Stv
31.3StvHOSTPROGNAME=	nbmkdep
41.1StvHOST_SRCDIR=	usr.bin/mkdep
51.4StvNOCOMPATLIB=	# defined
61.4Stv
71.4Stv.PATH:		${.CURDIR}/../compat
81.4StvSRCS=		mkdep.c setprogname.c
91.1Stv
101.1Stv.include "${.CURDIR}/../Makefile.host"
111.1Stv
121.2Stv# Don't run mkdep on mkdep.
131.2StvMKDEP=		touch $@ || true
141.2Stv
151.2Stv# This is the only program that comes before binstall.
161.2StvINSTALL=	@true
171.2Stv${HOST_BINDIR}/${HOSTPROGNAME}:: mkdep
181.2Stv	-rm -f $@
191.2Stv	cp mkdep $@
20