summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 071435e..4646103 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -112,8 +112,8 @@ SUBDIR= ac \
${_pcvt} \
periodic \
pkg_install \
- pmccontrol \
- pmcstat \
+ ${_pmccontrol} \
+ ${_pmcstat} \
${_pnpinfo} \
powerd \
ppp \
@@ -286,6 +286,8 @@ _mount_smbfs= mount_smbfs
_mptable= mptable
_ndiscvt= ndiscvt
_pccard= pccard
+_pmccontrol= pmccontrol
+_pmcstat= pmcstat
_pnpinfo= pnpinfo
.if !defined(NO_LIBPTHREAD)
_pppctl= pppctl
@@ -330,6 +332,8 @@ _mount_nwfs= mount_nwfs
_mount_smbfs= mount_smbfs
_mptable= mptable
_ndiscvt= ndiscvt
+_pmccontrol= pmccontrol
+_pmcstat= pmcstat
.if !defined(NO_LIBPTHREAD)
_pppctl= pppctl
.endif
OpenPOWER on IntegriCloud