diff options
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 |