aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-26 21:47:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-26 21:47:54 +0000
commit3fb3a43079070298675dd0c265850e1d3206a440 (patch)
treed3e227cd7ec0d15f6cf44deceb0a9da81b1c521c /tools
parent14c8d90defc07e6e2d5cfebe0e7b3f3adfa857e1 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 7b25322b5341..885a4c8b46c5 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -26,6 +26,11 @@ INCS+= elf-hints.h
INCS+= stdbool.h
.endif
+# usr.bin/mklocale needs <runefile.h>.
+.if !exists(/usr/include/runefile.h)
+INCS+= runefile.h
+.endif
+
# usr.bin/xargs needs <nl_langinfo.h>.
.if !exists(/usr/include/langinfo.h)
INCS+= langinfo.h