diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-25 06:58:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-25 06:58:57 +0000 |
commit | b7aed1d7020298382852a718726b218afe7dfcc7 (patch) | |
tree | 9ce5ad712a2a99d59dd1d1d690ebd8d8987d5760 /libc/misc/Makefile | |
parent | db032b3ecc01b1261f6fbb11ce8f71e6b73b9166 (diff) |
A few more syscalls.
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index eb3dfd84d..d839813fc 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. -DIRS = assert crypt fnmatch glob internals lsearch regex shm time +DIRS = assert crypt fnmatch glob internals lsearch syslog regex shm time ifeq ($(USE_CTYPE_C_FUNCTIONS),true) DIRS+=ctype |