summaryrefslogtreecommitdiff
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-07-30 03:43:19 +0000
committerchristos <christos@NetBSD.org>1997-07-30 03:43:19 +0000
commit374857e89f06b3aa98e7cccf0d57a7bfe380f3e8 (patch)
tree819fdf68c2c4ec0a2e94c43dc8cd0c2f0d9786ea /sbin/init/Makefile
parent81fde155b7814c5f05fd700270a9bec2570a7f75 (diff)
Support root on msdos filesystems by creating an mfs on /dev and running
MAKEDEV all to create the devices. Idea by Chris Demetriou.
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 34986904db2..96e197b11ed 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1997/07/19 19:00:58 perry Exp $
+# $NetBSD: Makefile,v 1.19 1997/07/30 03:43:19 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= init
@@ -7,7 +7,7 @@ DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt
BINMODE=500
INSTALLFLAGS=-fschg
-CFLAGS+=-DALTSHELL -DSECURE
+CFLAGS+=-DALTSHELL -DSECURE -DMSDOSFS_ROOT
WARNS=1
.include <bsd.prog.mk>