aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-05-16 09:32:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-05-16 09:32:41 +0000
commit228f8c4f8b8728dbd5ba4621e74fa8576d64e869 (patch)
tree982cd06c800f6b2cea617fde89502fdfe5d1af5f /tools
parent85efd7165f65714d6e733d1d4db6edbd80139a89 (diff)
downloadsrc-228f8c4f8b8728dbd5ba4621e74fa8576d64e869.tar.gz
src-228f8c4f8b8728dbd5ba4621e74fa8576d64e869.zip
Make <runefile.h> internal to libc.
Suggested by: phantom
Notes
Notes: svn path=/head/; revision=146261
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index b523f1395369..9f0faddd13d8 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