Build makewhatis as a host tool, since it is used at the end of

the build.

XXX Needs a -lz hostlib.
This commit is contained in:
thorpej 2001-11-29 23:51:38 +00:00
parent 65709d507f
commit 7c2121a815
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2001/11/22 19:09:42 jmc Exp $
# $NetBSD: Makefile,v 1.20 2001/11/29 23:51:38 thorpej Exp $
.include <bsd.own.mk>
@ -7,7 +7,7 @@
SUBDIR= mkdep .WAIT \
binstall .WAIT \
crunchgen gencat lint lint2 lorder mtree rpcgen \
texinfo tsort \
texinfo tsort makewhatis \
toolchain .WAIT \
dbsym mdsetimage \
yacc .WAIT \

View File

@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.1 2001/11/29 23:51:38 thorpej Exp $
HOSTPROGNAME= nbmakewhatis
HOST_SRCDIR= libexec/makewhatis
.include "${.CURDIR}/../Makefile.host"