summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-04-19 14:27:43 +0000
committerjkoshy <jkoshy@FreeBSD.org>2005-04-19 14:27:43 +0000
commit65a5a1d008d4dd12bbc62d81f742113584595c2b (patch)
tree593279fb2b57c4eddbd0a4e0bf980c3ff403fbe2 /usr.sbin/Makefile
parent756c9fc39f7673365730a837e2afa14984c7ebaa (diff)
downloadFreeBSD-src-65a5a1d008d4dd12bbc62d81f742113584595c2b.zip
FreeBSD-src-65a5a1d008d4dd12bbc62d81f742113584595c2b.tar.gz
Unbreak tinderbox builds for ${MACHINE_ARCH} != "i386" or "amd64".
Pointed out by: ru.
Diffstat (limited to 'usr.sbin/Makefile')
-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