summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.amd64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-09-13 02:21:07 +0000
committerimp <imp@FreeBSD.org>2010-09-13 02:21:07 +0000
commitdaef7a5626c8317169833fe2e3996be42fb1351e (patch)
treedc070b70a3e18147ce041a844189bbf4a5d5962b /usr.sbin/Makefile.amd64
parent283d3bcfd2f3cc3179fc52408a83e8d40dffba1c (diff)
downloadFreeBSD-src-daef7a5626c8317169833fe2e3996be42fb1351e.zip
FreeBSD-src-daef7a5626c8317169833fe2e3996be42fb1351e.tar.gz
Merge from tbemd: use Makefile.arch to control building.
Reviewed by: arch@ (many times, no objection)
Diffstat (limited to 'usr.sbin/Makefile.amd64')
-rw-r--r--usr.sbin/Makefile.amd6430
1 files changed, 30 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64
new file mode 100644
index 0000000..61f94c4
--- /dev/null
+++ b/usr.sbin/Makefile.amd64
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+# kgzip: builds, but missing support files
+# mptable: broken (not 64 bit clean)
+# pnpinfo: crashes (not really useful anyway)
+.if ${MK_ACPI} != "no"
+SUBDIR+= acpi
+.endif
+.if ${MK_APM} != "no"
+SUBDIR+= apm
+.endif
+SUBDIR+= asf
+SUBDIR+= boot0cfg
+.if ${MK_TOOLCHAIN} != "no"
+SUBDIR+= btxld
+.endif
+SUBDIR+= cpucontrol
+SUBDIR+= kgmon
+SUBDIR+= lptcontrol
+.if ${MK_NCP} != "no"
+SUBDIR+= mount_nwfs
+.endif
+SUBDIR+= mount_smbfs
+SUBDIR+= mptable
+.if ${MK_NDIS} != "no"
+SUBDIR+= ndiscvt
+.endif
+SUBDIR+= sicontrol
+SUBDIR+= spkrtest
+SUBDIR+= zzz
OpenPOWER on IntegriCloud