From 725f388bdca2f4ee4b19f56e6c3c55b412559395 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Fri, 15 Jun 2018 11:54:55 +0000 Subject: [PATCH] Add an entry into the Makefile for pnfsdskill. pnfsdskill was added by r335192. This commit adds an entry for it to the Makefile. --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 81edff4f0757..8ae9077ee13a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -59,6 +59,7 @@ SUBDIR= adduser \ nologin \ pciconf \ periodic \ + pnfsdskill \ powerd \ prometheus_sysctl_exporter \ pstat \