On 19 Jan 2021, at 21:38, Alex Richardson <arichard...@freebsd.org> wrote: > diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile > index bd2f0cbe0797..2e01b0fcf847 100644 > --- a/usr.sbin/Makefile > +++ b/usr.sbin/Makefile > @@ -186,9 +186,7 @@ SUBDIR.${MK_NTP}+= ntp > SUBDIR.${MK_OPENSSL}+= keyserv > SUBDIR.${MK_PF}+= ftp-proxy > SUBDIR.${MK_PKGBOOTSTRAP}+= pkg > -.if ${COMPILER_FEATURES:Mc++11} > -SUBDIR.${MK_PMC}+= pmc > -.endif > +SUBDIR.${MK_PMC}.${MK_CXX}+= pmc
src.opts.mk already disables MK_PMC is MK_CXX is no. Jess. _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"