summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-24 19:11:59 +0000
committerRoland McGrath <roland@gnu.org>1999-07-24 19:11:59 +0000
commit4a174029b89e6e21ccab33b169126501d0139f31 (patch)
treec0caadcdd6e953cc80a7b5d8d9892c328dc8a311 /init
parenta0cb058dfb90c96db1541687e4df916818d8bf19 (diff)
1999-07-24 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (split-init): Set to `yes' by default.
Diffstat (limited to 'init')
-rw-r--r--init/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile
index a1a601d8..716aaa5a 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -18,7 +18,11 @@
dir := init
makemode := server
-##split-init=yes
+# Set this to something other than `yes' to get the old Hurd init
+# that has BSD-style rc and ttys functionality rolled in.
+# The option for this old style may go away at some point in the future;
+# if you want BSD style, best to use runttys (in daemons) instead.
+split-init = yes
SRCS = init.c
OBJS = $(SRCS:.c=.o) \