summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-24 01:41:34 +0000
committerpeter <peter@FreeBSD.org>2003-07-24 01:41:34 +0000
commit1f3b1018046f285e927f1ac2517c93ffb18054c8 (patch)
treeb90416065e70de356614fc8a705dc24128e7b19d /usr.sbin/Makefile
parente6f6d9c519221651f0f5da97c8608eee1804520d (diff)
downloadFreeBSD-src-1f3b1018046f285e927f1ac2517c93ffb18054c8.zip
FreeBSD-src-1f3b1018046f285e927f1ac2517c93ffb18054c8.tar.gz
Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64.
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 880f035..9b842d0 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"
OpenPOWER on IntegriCloud