summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-06 08:51:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-06 08:51:00 +0000
commite077f341ca5758360b4c050c493a1d81b06c72a0 (patch)
tree799972c6664367540864241cf6df377e706e1d1c /libc/misc/Makefile
parent35a3f28ef419657978e9a62adb01a9a82c654158 (diff)
Support statvfs and statfs. Added getmntent_r (and made it use
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index eb0bf6ff0..dfa1bf9ea 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak
DIRS = assert ctype dirent file fnmatch glob internals lsearch \
- mntent syslog time utmp tsearch locale regex sysvipc
+ mntent syslog time utmp tsearch locale regex sysvipc statfs
all: libc.a