summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-12-02 16:20:50 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-12-02 16:20:50 +0000
commit0de7f32b93af44a9ae3b5126b1ec5558fd51e14f (patch)
tree1f75d7d4c61c262ffe0a0bb5a2f7915749a5339b /libc/misc/Makefile
parentbf10e6efd441bcd261c325323dda0957d529abf5 (diff)
Add hsearch and hsearch_r. Consolidate all functions prototyped in
search.h in one directory.
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index 2a74a4e54..46de813da 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -25,9 +25,9 @@ TOPDIR=../../
include $(TOPDIR)Rules.mak
-DIRS = assert ctype dirent file fnmatch glob internals lsearch \
- mntent syslog time utmp tsearch locale sysvipc statfs \
- error insremque ttyent gnu
+DIRS = assert ctype dirent file fnmatch glob internals \
+ mntent syslog time utmp locale sysvipc statfs \
+ error ttyent gnu search
ifeq ($(strip $(UCLIBC_HAS_REGEX)),y)
DIRS += regex
endif