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