From cf4328b16efe844461420da58f4f0b0f75964418 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Thu, 26 Oct 2000 07:12:49 +0000
Subject: Add some more stuff -- {get|set}mntent, getline, getdelim, etc.

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

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 0ec7c135a..7a40090d5 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
 #
 #--------------------------------------------------------
 
-
+include Rules.mak
 
 DIRS = misc pwd_grp stdio string termios unistd net signal stdlib sysdeps
 
@@ -45,6 +45,7 @@ headers: dummy
 	@if [ ! -L "include/asm" ]; then ln -s /usr/include/asm include/asm ; fi
 	@if [ ! -L "include/net" ]; then ln -s /usr/include/net include/net ; fi
 	@if [ ! -L "include/linux" ]; then ln -s /usr/include/linux include/linux ; fi
+	@if [ ! -L "include/bits" ]; then ln -s ../sysdeps/linux/$(ARCH)/bits include/bits ; fi
 
 tags:
 	ctags -R
-- 
cgit v1.2.3