Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/init Pull up revision 1.26 (requested by abs):
details: https://anonhg.NetBSD.org/src/rev/b63de9e7a909
branches: netbsd-1-5
changeset: 492763:b63de9e7a909
user: he <he%NetBSD.org@localhost>
date: Wed Feb 13 21:57:51 2002 +0000
description:
Pull up revision 1.26 (requested by abs):
Add support to try to set up an MFS based /dev file system if
/dev/console is missing.
Here: enable recently pulled up code to init.c.
diffstat:
sbin/init/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 06696f57fec5 -r b63de9e7a909 sbin/init/Makefile
--- a/sbin/init/Makefile Wed Feb 13 21:40:50 2002 +0000
+++ b/sbin/init/Makefile Wed Feb 13 21:57:51 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23.4.1 2000/10/18 04:18:51 tv Exp $
+# $NetBSD: Makefile,v 1.23.4.2 2002/02/13 21:57:51 he Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= init
MAN= init.8
DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt
-CPPFLAGS+=-DALTSHELL -DSECURE -DMSDOSFS_ROOT
+CPPFLAGS+=-DALTSHELL -DSECURE -DMFS_DEV_IF_NO_CONSOLE
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index