summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-26 07:12:49 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-26 07:12:49 +0000
commitcf4328b16efe844461420da58f4f0b0f75964418 (patch)
tree16b0bacc58eebb283c2da0385ed28b10580d0c86 /Makefile
parent539adfd7c7cbc7d6d3bea94eb1aa2a7103ca71c0 (diff)
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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