diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-06-14 23:48:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-06-14 23:48:13 +0000 |
| commit | 13465b1b33611453cb3b7f9bdbbcdcaa48995b7d (patch) | |
| tree | b291e95baa126795185421f1f9fddc03da0dd52b /release | |
| parent | 19980bc92dfc7eb984091da79851bea707b16a2e (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 1530085f7afe..a5b81c330c45 100644 --- a/release/Makefile +++ b/release/Makefile @@ -875,7 +875,7 @@ createBOOTMFS: @cd ${.CURDIR}/../sys/${MACHINE}/conf && \ sh ${.CURDIR}/scripts/dokern.sh ${FDSIZE} < ${KERNCONF} > BOOTMFS && \ [ -r ${KERNCONF}.hints ] && cp ${KERNCONF}.hints BOOTMFS.hints -.if ${MACHINE_ARCH} == "i386" +.if 0 && ${MACHINE_ARCH} == "i386" @echo "options INTRO_USERCONFIG" >> \ ${.CURDIR}/../sys/${MACHINE}/conf/BOOTMFS .endif |
