diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
commit | cf4328b16efe844461420da58f4f0b0f75964418 (patch) | |
tree | 16b0bacc58eebb283c2da0385ed28b10580d0c86 /Makefile | |
parent | 539adfd7c7cbc7d6d3bea94eb1aa2a7103ca71c0 (diff) |
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |