aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-01-20 09:52:58 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-01-20 09:52:58 +0000
commitdb4b5a16a30a7587fc12812d5c8a018fa7a16ded (patch)
tree1ff4426c0770c017fcbe6c1587bc8ad942c69583
parenta9fc14fbf445cffd18f34f6a602bdba84bb5a867 (diff)
downloadsrc-db4b5a16a30a7587fc12812d5c8a018fa7a16ded.tar.gz
src-db4b5a16a30a7587fc12812d5c8a018fa7a16ded.zip
Minor simplification of MK_PMC case in usr.sbin/Makefile
MK_PMC is already guarded by MK_CXX in src.opts.mk, so we can actually merge it with the following SUBDIR statement after c1a3d7f20696. Suggested By: jrtc27
-rw-r--r--usr.sbin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 2e01b0fcf847..da61617e408b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -186,8 +186,7 @@ SUBDIR.${MK_NTP}+= ntp
SUBDIR.${MK_OPENSSL}+= keyserv
SUBDIR.${MK_PF}+= ftp-proxy
SUBDIR.${MK_PKGBOOTSTRAP}+= pkg
-SUBDIR.${MK_PMC}.${MK_CXX}+= pmc
-SUBDIR.${MK_PMC}+= pmcannotate pmccontrol pmcstat pmcstudy
+SUBDIR.${MK_PMC}+= pmc pmcannotate pmccontrol pmcstat pmcstudy
SUBDIR.${MK_PORTSNAP}+= portsnap
SUBDIR.${MK_PPP}+= ppp
SUBDIR.${MK_QUOTAS}+= edquota