Module Name: src
Committed By: pooka
Date: Fri Dec 5 01:50:47 UTC 2014
Modified Files:
src/tools: Makefile
Log Message:
build genassym for TOOLS_BUILDRUMP
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile
diff -u src/tools/Makefile:1.178 src/tools/Makefile:1.179
--- src/tools/Makefile:1.178 Tue Sep 30 19:38:25 2014
+++ src/tools/Makefile Fri Dec 5 01:50:47 2014
@@ -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