1 # $NetBSD: Makefile,v 1.1 2002/01/10 17:04:21 tv Exp $ 2 3 TIMESTAMP= ${TOOLDIR}/bin/nbhost-mkdep 4 5 CLEANFILES+= config.cache config.log config.status host-mkdep 6 7 .include <bsd.hostprog.mk> 8 9 realall: host-mkdep 10 host-mkdep: configure host-mkdep.in 11 -rm -f $@ 12 CC="${HOST_CC}" ${.CURDIR}/configure --cache-file=config.cache 13 14 # This is the only program that comes before binstall. 15 install: ${TIMESTAMP} 16 ${TIMESTAMP}: host-mkdep 17 cp host-mkdep $@ 18 chmod +x $@ 19 20 # Run by hand, then "configure" script committed: 21 regen: 22 cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf 23