svn commit: r335193 - head/usr.sbin

Rick Macklem rmacklem at FreeBSD.org
Fri Jun 15 11:54:56 UTC 2018


Author: rmacklem
Date: Fri Jun 15 11:54:55 2018
New Revision: 335193
URL: https://svnweb.freebsd.org/changeset/base/335193

Log:
  Add an entry into the Makefile for pnfsdskill.
  
  pnfsdskill was added by r335192. This commit adds an entry for it to the
  Makefile.

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Fri Jun 15 11:52:34 2018	(r335192)
+++ head/usr.sbin/Makefile	Fri Jun 15 11:54:55 2018	(r335193)
@@ -59,6 +59,7 @@ SUBDIR=	adduser \
 	nologin \
 	pciconf \
 	periodic \
+	pnfsdskill \
 	powerd \
 	prometheus_sysctl_exporter \
 	pstat \


More information about the svn-src-head mailing list