diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-15 08:38:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-15 08:38:12 +0000 |
commit | d23f24663a1ab5c71007d875a2b4022472f5f312 (patch) | |
tree | 9651dbc50c2e0bc3a7c40fc5d88e241f72e59172 /libc/misc | |
parent | 31900584d5e2398ee8d0f3cad0c85678f0444bfe (diff) |
Recurse into 'file'
Diffstat (limited to 'libc/misc')
-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 |