summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.i386
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.i386
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.i386')
-rw-r--r--usr.sbin/Makefile.i38642
1 files changed, 42 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.i386 b/usr.sbin/Makefile.i386
new file mode 100644
index 0000000..f7870dc
--- /dev/null
+++ b/usr.sbin/Makefile.i386
@@ -0,0 +1,42 @@
+# $FreeBSD$
+
+.if ${MK_APM} != "no"
+SUBDIR+= apm
+SUBDIR+= apmd
+.endif
+SUBDIR+= asf
+.if ${MK_TOOLCHAIN} != "no"
+SUBDIR+= btxld
+.endif
+SUBDIR+= cpucontrol
+SUBDIR+= kgmon
+SUBDIR+= kgzip
+SUBDIR+= lptcontrol
+.if ${MK_NCP} != "no"
+SUBDIR+= mount_nwfs
+.endif
+SUBDIR+= mount_smbfs
+SUBDIR+= mptable
+.if ${MK_NDIS} != "no"
+SUBDIR+= ndiscvt
+.endif
+SUBDIR+= pnpinfo
+.if ${MK_SYSINSTALL} != "no"
+SUBDIR+= sade
+.endif
+SUBDIR+= sicontrol
+SUBDIR+= spkrtest
+SUBDIR+= zzz
+
+# Differentiate between FreeBSD/i386 and FreeBSD/pc98
+.if ${MACHINE} == "i386"
+.if ${MK_ACPI} != "no"
+SUBDIR+= acpi
+.endif
+SUBDIR+= boot0cfg
+.if ${MK_WIRELESS} != "no"
+SUBDIR+= wlconfig
+.endif
+.elif ${MACHINE} == "pc98"
+SUBDIR+= boot98cfg
+.endif
OpenPOWER on IntegriCloud