diff options
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 7ff8da188..dcd40319c 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -20,12 +20,12 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. +TOPDIR=../ +include $(TOPDIR)Rules.mak +LIBC=$(TOPDIR)libc.a -DIRS = assert crypt fnmatch glob internals lsearch mntent syslog regex shm time -ifeq ($(USE_CTYPE_C_FUNCTIONS),true) - DIRS+=ctype -endif +DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog regex shm time all: libc.a |