From dc5dac9013cf2b2ee70e126c9399367055717f94 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Jan 2002 14:20:32 +0000 Subject: Allow people to exclude regex code, since it is huge (27k) --- libc/misc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libc/misc') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index dfa1bf9ea..2a43c9f2f 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -26,7 +26,10 @@ include $(TOPDIR)Rules.mak DIRS = assert ctype dirent file fnmatch glob internals lsearch \ - mntent syslog time utmp tsearch locale regex sysvipc statfs + mntent syslog time utmp tsearch locale sysvipc statfs +ifeq ($(strip $(INCLUDE_REGEX)),true) +DIRS += regex +endif all: libc.a -- cgit v1.2.3