From 86758e889524090094ccc686150005965fa2117e Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 16 May 2005 09:32:41 +0000 Subject: Make internal to libc. Suggested by: phantom --- tools/build/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/build/Makefile') diff --git a/tools/build/Makefile b/tools/build/Makefile index b523f13..9f0fadd 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -9,11 +9,6 @@ INCS= BOOTSTRAPPING?= 0 -# usr.bin/mklocale needs . -.if !exists(/usr/include/runefile.h) -INCS+= runefile.h -.endif - # usr.bin/gencat needs . .if ${BOOTSTRAPPING} < 600017 INCS+= nl_types.h -- cgit v1.1