diff options
-rw-r--r-- | libc/misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 7733c5b80..aae04e184 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -24,8 +24,8 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak -DIRS = assert ctype dirent fnmatch glob internals lsearch mntent syslog \ - time utmp tsearch locale regex sysvipc +DIRS = assert ctype dirent file fnmatch glob internals lsearch \ + mntent syslog time utmp tsearch locale regex sysvipc all: libc.a |