aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-12-20 15:53:27 +0000
committerEd Maste <emaste@FreeBSD.org>2018-12-20 15:53:27 +0000
commiteacff37a611fc5ac2d9c6639bde7a835412d3004 (patch)
tree1a0567abae8b328d91987092a48cc56d3c53ae88 /release/Makefile
parent9cd5259d97f5af7ea88c0d50b47bec4aeb5287d9 (diff)
downloadsrc-eacff37a611fc5ac2d9c6639bde7a835412d3004.tar.gz
src-eacff37a611fc5ac2d9c6639bde7a835412d3004.zip
Remove setting of long-unused MK_NCP option
NCP was removed from the tree in 2013 (r248097) and disconnected some time before. Reported by: bz Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=342279
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 617f2d43cb45..63b4a55a61fd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -194,7 +194,7 @@ disc1: packagesystem
cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
- MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
+ MK_TOOLCHAIN=no MK_PROFILE=no \
MK_RESCUE=no MK_DICT=no \
MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no \
-DDB_FROM_SRC
@@ -224,7 +224,7 @@ bootonly: packagesystem
DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
MK_GAMES=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
- MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
+ MK_TOOLCHAIN=no MK_PROFILE=no \
MK_RESCUE=no MK_DICT=no \
MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no \
-DDB_FROM_SRC