summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-12 20:40:45 +0000
committerjkh <jkh@FreeBSD.org>1998-11-12 20:40:45 +0000
commitf656dfa6bfd27e9af1595fa8abaf6cf7c1d668bc (patch)
tree9b463a98ba307eb58cd3e08238f491d5a440bcaa /release/Makefile
parent0300cc1f41c5e6d7579b11711f60c5e837971bb7 (diff)
downloadFreeBSD-src-f656dfa6bfd27e9af1595fa8abaf6cf7c1d668bc.zip
FreeBSD-src-f656dfa6bfd27e9af1595fa8abaf6cf7c1d668bc.tar.gz
Simplify call to dokern.sh - now the no MFS case is the default.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 8737043..505daad 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.428 1998/11/08 20:47:57 jkh Exp $
+# $Id: Makefile,v 1.429 1998/11/11 08:46:52 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -676,7 +676,7 @@ doKERNEL:
doMFSKERN:
@rm -f ${RD}/kernels/BOOTMFS.${FSIMAGE}
@cd ${.CURDIR}/../sys/${MACHINE_ARCH}/conf && \
- sh ${.CURDIR}/scripts/dokern.sh ${_MFSKERN-NO} < GENERIC > BOOTMFS
+ sh ${.CURDIR}/scripts/dokern.sh ${_MFSKERN} < GENERIC > BOOTMFS
.if ${MACHINE_ARCH} == "i386"
@echo "options INTRO_USERCONFIG" >> ${.CURDIR}/../sys/i386/conf/BOOTMFS
.endif
OpenPOWER on IntegriCloud