From 65a5a1d008d4dd12bbc62d81f742113584595c2b Mon Sep 17 00:00:00 2001 From: jkoshy Date: Tue, 19 Apr 2005 14:27:43 +0000 Subject: Unbreak tinderbox builds for ${MACHINE_ARCH} != "i386" or "amd64". Pointed out by: ru. --- usr.sbin/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'usr.sbin/Makefile') 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 -- cgit v1.1