aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-27 19:13:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-27 19:13:41 +0000
commit8945135e1f94c4f15a1860b1d936c2617065c6aa (patch)
tree2450249c79a4bfb590008a6dac7fab4ad0451633 /tools/build/Makefile
parentd5bbad837266f5a0943ebb3e29449c5ba90b2ae2 (diff)
downloadsrc-8945135e1f94c4f15a1860b1d936c2617065c6aa.tar.gz
src-8945135e1f94c4f15a1860b1d936c2617065c6aa.zip
Bootstrap gencat(1).
OK'ed by: phantom
Notes
Notes: svn path=/head/; revision=142683
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 5b76f093cd5d..be1de32d75c2 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -14,6 +14,11 @@ BOOTSTRAPPING?= 0
INCS+= runefile.h
.endif
+# usr.bin/gencat needs <nl_types.h>.
+.if ${BOOTSTRAPPING} < 600017
+INCS+= nl_types.h
+.endif
+
.if empty(SRCS)
SRCS= dummy.c
.endif