summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-09-30 20:44:25 +0000
committerngie <ngie@FreeBSD.org>2017-09-30 20:44:25 +0000
commitcc79a3d7830fdfd7918a4756497b6b44731a9db7 (patch)
tree5b2ec97e364688292dd0b291554ecce763e08c73 /sbin
parentc2416c41bd205493d6e3d487a09bb5f894ba9cb4 (diff)
downloadFreeBSD-src-cc79a3d7830fdfd7918a4756497b6b44731a9db7.zip
FreeBSD-src-cc79a3d7830fdfd7918a4756497b6b44731a9db7.tar.gz
MFC r322951:
Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago to GNATS. PR: 174051 Relnotes: yes (anyone who cross-builds with MK_TCSH=yes will run into build failures if the host doesn't have tcsh(1)) Reminded by: Fabian Keil <fk@fabiankeil.de>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 460c767..b8a9d44 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -130,8 +130,6 @@ SUBDIR+= tests
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud