From 142ea172ed6a1dd668c55b287842bb89bc5270b0 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 27 Feb 2005 19:13:41 +0000 Subject: Bootstrap gencat(1). OK'ed by: phantom --- tools/build/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/build/Makefile') 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 . +.if ${BOOTSTRAPPING} < 600017 +INCS+= nl_types.h +.endif + .if empty(SRCS) SRCS= dummy.c .endif -- cgit v1.1