Browse Source

Recurse into 'file'

Eric Andersen 22 years ago
parent
commit
d23f24663a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/misc/Makefile

+ 2 - 2
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