commit a22602ce63e6d6e5142fd03444fdc6477d70769d
parent 19d2897dccece6b2d572e05c0bd1ec805eb35cc1
Author: Gerrit Pape <pape@smarden.org>
Date: Mon, 24 Jun 2002 14:14:07 +0000
enable target sysdeps.
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/Makefile b/src/Makefile
@@ -1,4 +1,4 @@
-IT=runit runit-init svwaitup svwaitdown
+IT=runit runit-init svwaitup svwaitdown sysdeps
default: $(IT)
@@ -110,8 +110,8 @@ compile: conf-cc print-cc.sh systype warn-auto.sh
sh print-cc.sh > compile
chmod 555 compile
-#direntry.h: choose compile direntry.h1 direntry.h2 trydrent.c
-# ./choose c trydrent direntry.h1 direntry.h2 > direntry.h
+direntry.h: choose compile direntry.h1 direntry.h2 trydrent.c
+ ./choose c trydrent direntry.h1 direntry.h2 > direntry.h
env.o: compile env.c env.h str.h
./compile env.c
diff --git a/src/TARGETS b/src/TARGETS
@@ -26,6 +26,7 @@ chkshsgr
choose
coe.o
compile
+direntry.h
env.o
error.o
error_str.o
@@ -80,6 +81,7 @@ stralloc_pend.o
strerr_die.o
strerr_sys.o
subgetopt.o
+sysdeps
systype
tai_now.o
tai_pack.o