Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2002/01/10 17:04:21 tv Exp $
2
3TIMESTAMP=	${TOOLDIR}/bin/nbhost-mkdep
4
5CLEANFILES+=	config.cache config.log config.status host-mkdep
6
7.include <bsd.hostprog.mk>
8
9realall: host-mkdep
10host-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.
15install: ${TIMESTAMP}
16${TIMESTAMP}: host-mkdep
17	cp host-mkdep $@
18	chmod +x $@
19
20# Run by hand, then "configure" script committed:
21regen:
22	cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf
23