diff options
author | ru <ru@FreeBSD.org> | 2005-05-16 09:32:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-05-16 09:32:41 +0000 |
commit | 86758e889524090094ccc686150005965fa2117e (patch) | |
tree | 982cd06c800f6b2cea617fde89502fdfe5d1af5f /tools | |
parent | cdebc7f07f9a4d83ffa1d623eba2a05f5c9c754e (diff) | |
download | FreeBSD-src-86758e889524090094ccc686150005965fa2117e.zip FreeBSD-src-86758e889524090094ccc686150005965fa2117e.tar.gz |
Make <runefile.h> internal to libc.
Suggested by: phantom
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/Makefile | 5 |
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 |