summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:17:15 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:17:15 +0000
commitdd3bc2a852ae26bec72217e45237f28e2d87237c (patch)
treeb7f4409a4a470446fb0cdb5574b924a18b85ef2b /libc/misc/Makefile
parent01ca508960129cdd505d86dbf754fab24f9adb18 (diff)
Add tsearch functions from libc-5.3.12.
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 3f84a5065..ae61b13a7 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
-DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm time utmp
+DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm time utmp tsearch
# regex bombs out with an internal compiler error using m68k-pic-coff-gcc.
ifneq ($(TARGET_ARCH),m68k)