svn commit: r303410 - head/usr.sbin

Bryan Drewery bdrewery at FreeBSD.org
Wed Jul 27 20:28:29 UTC 2016


Author: bdrewery
Date: Wed Jul 27 20:28:28 2016
New Revision: 303410
URL: https://svnweb.freebsd.org/changeset/base/303410

Log:
  Reconnect pmcstudy, lost in r291021
  
  Reported by:	pluknet
  MFC after:	3 days
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Wed Jul 27 19:41:07 2016	(r303409)
+++ head/usr.sbin/Makefile	Wed Jul 27 20:28:28 2016	(r303410)
@@ -181,6 +181,7 @@ SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
 SUBDIR.${MK_PMC}+=	pmcannotate
 SUBDIR.${MK_PMC}+=	pmccontrol
 SUBDIR.${MK_PMC}+=	pmcstat
+SUBDIR.${MK_PMC}+=	pmcstudy
 SUBDIR.${MK_PORTSNAP}+=	portsnap
 SUBDIR.${MK_PPP}+=	ppp
 SUBDIR.${MK_QUOTAS}+=	edquota


More information about the svn-src-head mailing list