diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
commit | cf4328b16efe844461420da58f4f0b0f75964418 (patch) | |
tree | 16b0bacc58eebb283c2da0385ed28b10580d0c86 /libc/misc/Makefile | |
parent | 539adfd7c7cbc7d6d3bea94eb1aa2a7103ca71c0 (diff) |
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
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 d839813fc..9907f2d99 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. -DIRS = assert crypt fnmatch glob internals lsearch syslog regex shm time +DIRS = assert crypt fnmatch glob internals lsearch mntent syslog regex shm time ifeq ($(USE_CTYPE_C_FUNCTIONS),true) DIRS+=ctype |