summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-16 09:32:41 +0000
committerru <ru@FreeBSD.org>2005-05-16 09:32:41 +0000
commit86758e889524090094ccc686150005965fa2117e (patch)
tree982cd06c800f6b2cea617fde89502fdfe5d1af5f /tools/build/Makefile
parentcdebc7f07f9a4d83ffa1d623eba2a05f5c9c754e (diff)
downloadFreeBSD-src-86758e889524090094ccc686150005965fa2117e.zip
FreeBSD-src-86758e889524090094ccc686150005965fa2117e.tar.gz
Make <runefile.h> internal to libc.
Suggested by: phantom
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile5
1 files changed, 0 insertions, 5 deletions
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 <runefile.h>.
-.if !exists(/usr/include/runefile.h)
-INCS+= runefile.h
-.endif
-
# usr.bin/gencat needs <nl_types.h>.
.if ${BOOTSTRAPPING} < 600017
INCS+= nl_types.h
OpenPOWER on IntegriCloud