From 64cdebe1deb9abffdab61db3b829bcd1201d11df Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Wed, 9 May 2001 05:41:52 +0000
Subject: compile up libutil

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 52c6b3400..e768d1389 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@
 TOPDIR=./
 include Rules.mak
 
-DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd crypt
+DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd crypt libutil
 
 ifeq ($(strip $(HAS_MMU)),true)
 	DO_SHARED=shared
@@ -59,6 +59,7 @@ shared: $(LIBNAME)
 	ln -sf $(SHARED_FULLNAME) $(SHARED_MAJORNAME)
 	ln -sf $(SHARED_MAJORNAME) libc.so
 	@$(MAKE) -C crypt shared
+	@$(MAKE) -C libutil shared
 	@$(MAKE) -C ld.so-1
 
 done: $(LIBNAME) $(DO_SHARED)
@@ -114,6 +115,7 @@ install: install_runtime install_dev install_ldso
 # Installs shared library
 install_runtime:
 	@$(MAKE) -C crypt install
+	@$(MAKE) -C libutil install
 ifneq ($(DO_SHARED),)
 	install -d $(INSTALL_DIR)/lib
 	rm -rf $(INSTALL_DIR)/lib/$(SHARED_FULLNAME)
-- 
cgit v1.2.3