build genassym for TOOLS_BUILDRUMP

This commit is contained in:
pooka 2014-12-05 01:50:47 +00:00
parent 5121db8ab2
commit 6c078a85f6
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.178 2014/09/30 19:38:25 christos Exp $
# $NetBSD: Makefile,v 1.179 2014/12/05 01:50:47 pooka Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@ -95,9 +95,9 @@ dependall-binstall: dependall-compat
# See above for special treatment for host-mkdep, compat, and binstall.
#
SUBDIR= host-mkdep compat binstall \
.WAIT mktemp .WAIT sed .WAIT
.WAIT mktemp .WAIT sed .WAIT genassym
.if ${TOOLS_BUILDRUMP} == "no"
SUBDIR+= cap_mkdb crunchgen ctags genassym gencat hexdump \
SUBDIR+= cap_mkdb crunchgen ctags gencat hexdump \
${LINT_BITS} \
makewhatis mtree nbperf .WAIT uudecode
.endif