aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-07-06 04:15:30 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-07-06 04:15:30 +0000
commit01df7d10a5af251d6f03fcd04bf84142b9282000 (patch)
tree2401609345df77a59e6f7a8f69cf9f720a844f44 /usr.sbin/Makefile
parent1f6ca76bc0274cd6f454eb90ba77394a3ac32020 (diff)
downloadsrc-01df7d10a5af251d6f03fcd04bf84142b9282000.tar.gz
src-01df7d10a5af251d6f03fcd04bf84142b9282000.zip
Remove SUBDIR ordering/uniquifying in *bin/Makefile
After the addition of SUBDIR.yes, uniquifying/ordering the SUBDIRs doesn't make a whole lot of sense, and it's in effect a half measure. Ordering SUBDIR (after adding SUBDIR.yes to it) in bsd.subdir.mk is a separate change that warrants more discussion/testing, because while the SUBDIR_PARALLEL work largely fixed dependency ordering for SUBDIRs, there might be downstream FreeBSD consumers that rely on the SUBDIR ordering. MFC after: 2 months Reviewed by: bdrewery Differential Revision: D11398
Notes
Notes: svn path=/head/; revision=320701
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0aa63a8fb947..b1b5c5026678 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -218,8 +218,6 @@ SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>