Makefile revision 1.5
11.5Stv# $NetBSD: Makefile,v 1.5 2002/04/03 15:56:32 tv Exp $ 21.1Stv 31.1StvTIMESTAMP= ${TOOLDIR}/bin/nbhost-mkdep 41.1Stv 51.1StvCLEANFILES+= config.cache config.log config.status host-mkdep 61.1Stv 71.1Stv.include <bsd.hostprog.mk> 81.1Stv 91.1Stvrealall: host-mkdep 101.1Stvhost-mkdep: configure host-mkdep.in 111.1Stv -rm -f $@ 121.2Stv CC=${HOST_CC:Q} CFLAGS=${HOST_CFLAGS:Q} LDFLAGS=${HOST_LDFLAGS:Q} \ 131.2Stv ${.CURDIR}/configure --cache-file=config.cache 141.1Stv 151.1Stv# This is the only program that comes before binstall. 161.1Stvinstall: ${TIMESTAMP} 171.1Stv${TIMESTAMP}: host-mkdep 181.5Stv mkdir -p ${TOOLDIR}/bin 191.5Stv cp host-mkdep $@ 201.1Stv chmod +x $@ 211.1Stv 221.1Stv# Run by hand, then "configure" script committed: 231.1Stvregen: 241.1Stv cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf 25