summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build/Makefile.conf
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1999-08-23 08:33:08 +0000
committerluigi <luigi@FreeBSD.org>1999-08-23 08:33:08 +0000
commit56742da8c9e0d2707e3275c658ecddaf61231c14 (patch)
tree6abf07b45e03ea458823762fe779a80e54e62729 /release/picobsd/build/Makefile.conf
parentf92dd3f904109b9fa2d7654eaaa620018ed86aa9 (diff)
downloadFreeBSD-src-56742da8c9e0d2707e3275c658ecddaf61231c14.zip
FreeBSD-src-56742da8c9e0d2707e3275c658ecddaf61231c14.tar.gz
Additional cleanup of the picobsd scripts.
Also bump Version to 0.445
Diffstat (limited to 'release/picobsd/build/Makefile.conf')
-rw-r--r--release/picobsd/build/Makefile.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/picobsd/build/Makefile.conf b/release/picobsd/build/Makefile.conf
index 15e308a..f5624b6 100644
--- a/release/picobsd/build/Makefile.conf
+++ b/release/picobsd/build/Makefile.conf
@@ -1,11 +1,10 @@
-# $Id: Makefile,v 1.4 1999/01/14 23:20:09 abial Exp $
+# $Id: Makefile.conf,v 1.1 1999/08/22 21:42:29 dwhite Exp $
#
# Makefile for building PICOBSD kernels
SRC?=/usr/src
CONF?=$(SRC)/sys/i386/conf
-#CONFFILE=PICOBSD${suffix}.${SIZE}
CONFFILE=PICOBSD${suffix}
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
KERNFILE=$(COMPILE)/kernel
@@ -15,7 +14,6 @@ all: $(KERNFILE)
$(KERNFILE): PICOBSD
cat PICOBSD | grep -v "MFS_ROOT" > ${CONF}/${CONFFILE}
echo "options MFS_ROOT" >> ${CONF}/${CONFFILE}
-# echo "options MFS_ROOT_SIZE=${SIZE}" >> ${CONF}/${CONFFILE}
(cd ${CONF}; \
config ${CONFFILE}; \
cd ${COMPILE}; \
OpenPOWER on IntegriCloud