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 c1a3d7f206
.
Suggested By: jrtc27
This commit is contained in:
parent
a9fc14fbf4
commit
db4b5a16a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user