diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2008-08-08 16:26:53 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-08-08 16:26:53 +0000 |
| commit | e085f869d5c6ce0f8ea4ada858eac4b7ec2176ea (patch) | |
| tree | a44ebf1877459512b877e0d0b6c6c93744374604 /usr.sbin/Makefile | |
| parent | cacdd70cc751fb68dec4b86c5e5b8c969b6e26ef (diff) | |
Notes
Diffstat (limited to 'usr.sbin/Makefile')
| -rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 9a73744b9127..44ccefb08d10 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -33,6 +33,7 @@ SUBDIR= ac \ ckdist \ clear_locks \ config \ + ${_cpucontrol} \ crashinfo \ cron \ crunch \ @@ -300,6 +301,7 @@ _apm= apm _apmd= apmd _asf= asf _btxld= btxld +_cpucontrol= cpucontrol _kgmon= kgmon _kgzip= kgzip _lptcontrol= lptcontrol @@ -335,6 +337,7 @@ _acpi= acpi _asf= asf _boot0cfg= boot0cfg _btxld= btxld +_cpucontrol= cpucontrol _kgmon= kgmon _lptcontrol= lptcontrol .if ${MK_NCP} != "no" |
