Author: adrian
Date: Tue Jul 14 05:33:23 2020
New Revision: 363176
URL: https://svnweb.freebsd.org/changeset/base/363176

Log:
  [pmc] whoops, remove spurious #'s
  
  pointed out by gonzo@, thanks!

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile      Tue Jul 14 05:24:07 2020        (r363175)
+++ head/usr.sbin/Makefile      Tue Jul 14 05:33:23 2020        (r363176)
@@ -186,9 +186,9 @@ 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
+.if ${COMPILER_FEATURES:Mc++11}
+SUBDIR.${MK_PMC}+=     pmc
+.endif
 SUBDIR.${MK_PMC}+=     pmcannotate pmccontrol pmcstat pmcstudy
 SUBDIR.${MK_PORTSNAP}+=        portsnap
 SUBDIR.${MK_PPP}+=     ppp
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to