aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-03-09 20:46:43 +0000
committerEd Maste <emaste@FreeBSD.org>2020-03-09 20:46:43 +0000
commit13f7dbe822d5f447c6137dc0d4ff838fb7050dbe (patch)
tree0e9ce6e5bf11a1740e3ce5858e5cb6ab682e852e /release
parent9b7938dcf338e31b4440a207144799db0c309ee6 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 5fc62f5a3979..4c4c3de59267 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -192,7 +192,7 @@ disc1: packagesystem
# Install system
mkdir -p ${.TARGET}
cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
- DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
+ DESTDIR=${.OBJDIR}/${.TARGET} MK_AT=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
MK_TOOLCHAIN=no MK_PROFILE=no \
MK_RESCUE=no MK_DICT=no \
@@ -221,7 +221,7 @@ bootonly: packagesystem
# Install system
mkdir -p ${.TARGET}
cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
- DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
+ DESTDIR=${.OBJDIR}/${.TARGET} MK_AT=no \
MK_GAMES=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
MK_TOOLCHAIN=no MK_PROFILE=no \