aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/isp/conf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/isp/conf/Makefile')
-rw-r--r--release/picobsd/isp/conf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/picobsd/isp/conf/Makefile b/release/picobsd/isp/conf/Makefile
index 214a175e65d6..52a6b75c6e3b 100644
--- a/release/picobsd/isp/conf/Makefile
+++ b/release/picobsd/isp/conf/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1998/09/03 10:41:25 abial Exp $
+# $Id: Makefile,v 1.2 1998/09/29 12:12:47 abial Exp $
#
SRC?=/usr/src
@@ -12,7 +12,8 @@ all: $(KERNFILE)
$(KERNFILE): PICOBSD
cat PICOBSD | grep -v "MFS_ROOT" > ${CONF}/${CONFFILE}
- echo "options \"MFS_ROOT=${SIZE}\"" >> ${CONF}/${CONFFILE}
+ echo "options MFS_ROOT" >> ${CONF}/${CONFFILE}
+ echo "options MFS_ROOT_SIZE=${SIZE}" >> ${CONF}/${CONFFILE}
(cd ${CONF}; \
config ${CONFFILE}; \
cd ${COMPILE}; \