diff options
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 47c0edd1e..0abb71201 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog \ +DIRS = assert crypt ctype dirent fnmatch glob internals lsearch mntent syslog \ time utmp tsearch locale sysvipc all: libc.a |