aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-07-24 01:41:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-07-24 01:41:34 +0000
commit19f2b0e8390b32d43522e4b409a1a1b133fed8aa (patch)
treeb90416065e70de356614fc8a705dc24128e7b19d /usr.sbin/Makefile
parent022effcc3e9b33e262a563728b72be15cf5d2bf0 (diff)
downloadsrc-19f2b0e8390b32d43522e4b409a1a1b133fed8aa.tar.gz
src-19f2b0e8390b32d43522e4b409a1a1b133fed8aa.zip
Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64.
Notes
Notes: svn path=/head/; revision=117947
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 880f03506e72..9b842d0cb401 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -197,8 +197,18 @@ SUBDIR+=i4b
.endif
.endif
+# kgmon: builds, but no kernel profiling
+# kgzip: builds, but missing support files
+# mptable: broken (not 64 bit clean)
+# pnpinfo: crashes (not really useful anyway)
.if ${MACHINE_ARCH} == "amd64"
-SUBDIR+= btxld
+SUBDIR+=acpi \
+ boot0cfg \
+ btxld \
+ lptcontrol \
+ sicontrol \
+ spkrtest \
+ zzz
.endif
.if ${MACHINE} == "i386"