Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64.

This commit is contained in:
Peter Wemm 2003-07-24 01:41:34 +00:00
parent 022effcc3e
commit 19f2b0e839
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117947

View File

@ -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"