summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile
diff options
context:
space:
mode:
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 5b76f09..be1de32 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
OpenPOWER on IntegriCloud