summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile.amd64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-09-13 02:21:07 +0000
committerWarner Losh <imp@FreeBSD.org>2010-09-13 02:21:07 +0000
commit519b7ecc1b2ceecfc70bd75523816e740aa1c7ad (patch)
treedc070b70a3e18147ce041a844189bbf4a5d5962b /usr.sbin/Makefile.amd64
parent146fce53d858e49e5945a66a039b6b8f50ffb399 (diff)
downloadsrc-test-519b7ecc1b2ceecfc70bd75523816e740aa1c7ad.tar.gz
src-test-519b7ecc1b2ceecfc70bd75523816e740aa1c7ad.zip
Merge from tbemd: use Makefile.arch to control building.
Reviewed by: arch@ (many times, no objection)
Notes
Notes: svn path=/head/; revision=212525
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 0000000000000..61f94c4bf2593
--- /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