diff options
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 6dc65dfab..552ab1800 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -26,7 +26,8 @@ include $(TOPDIR)Rules.mak DIRS = assert ctype dirent file fnmatch glob internals lsearch \ - mntent syslog time utmp tsearch locale sysvipc statfs insremque + mntent syslog time utmp tsearch locale sysvipc statfs \ + error insremque ifeq ($(strip $(INCLUDE_REGEX)),true) DIRS += regex endif |