On Tue, 19 Jan 2021 at 21:42, Jessica Clarke <[email protected]> wrote: > > On 19 Jan 2021, at 21:38, Alex Richardson <[email protected]> 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. > Ah I didn't check src.opts. Will revert this part of the commit shortly.
Thanks, Alex _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
