summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-04 04:37:24 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-04 04:37:24 +0000
commite547d07a488ab17397217e2a57594c78bf747373 (patch)
tree27ff5a616a1a4c6172cceb824be19e609b5d80a1 /libc/misc/Makefile
parentcb9fa11843a7ea4a353a1a9954c8e054b35332b2 (diff)
More cleanups. Fix things so tinylogin compiles.
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index 7ff8da188..dcd40319c 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -20,12 +20,12 @@
# other sundry sources. Files within this library are copyright by their
# respective copyright holders.
+TOPDIR=../
+include $(TOPDIR)Rules.mak
+LIBC=$(TOPDIR)libc.a
-DIRS = assert crypt fnmatch glob internals lsearch mntent syslog regex shm time
-ifeq ($(USE_CTYPE_C_FUNCTIONS),true)
- DIRS+=ctype
-endif
+DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog regex shm time
all: libc.a