diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-24 19:11:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-24 19:11:59 +0000 |
commit | 4a174029b89e6e21ccab33b169126501d0139f31 (patch) | |
tree | c0caadcdd6e953cc80a7b5d8d9892c328dc8a311 | |
parent | a0cb058dfb90c96db1541687e4df916818d8bf19 (diff) |
1999-07-24 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (split-init): Set to `yes' by default.
-rw-r--r-- | init/Makefile | 6 |
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) \ |