aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-12-15 18:12:03 +0000
committerEd Maste <emaste@FreeBSD.org>2020-12-15 18:12:03 +0000
commitfe7dff17591e17755b643f8f3cfadea49f83e16b (patch)
tree2c5a7c659867c2c80fa883d63f0d83f1a6bf959c /Makefile.inc1
parent7f9175d999910fcb70513f06bcb913a63b6832af (diff)
downloadsrc-fe7dff17591e17755b643f8f3cfadea49f83e16b.tar.gz
src-fe7dff17591e17755b643f8f3cfadea49f83e16b.zip
Remove additional GDB leftovers missed in r368667
Notes
Notes: svn path=/head/; revision=368669
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1d19b9681ce2..6ca69da0f0bc 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -761,7 +761,7 @@ TMAKE= \
XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
MK_CLANG_IS_CC=${MK_CLANG_BOOTSTRAP} \
- MK_GDB=no MK_TESTS=no
+ MK_TESTS=no
# kernel-tools stage
KTMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \
@@ -2729,7 +2729,6 @@ NXBMAKEARGS+= \
MK_CLANG_FULL=no \
MK_CTF=no \
MK_DEBUG_FILES=no \
- MK_GDB=no \
MK_HTML=no \
MK_LLDB=no \
MK_MAN=no \