summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.i386
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile.i386')
-rw-r--r--usr.sbin/Makefile.i38642
1 files changed, 0 insertions, 42 deletions
diff --git a/usr.sbin/Makefile.i386 b/usr.sbin/Makefile.i386
deleted file mode 100644
index f7870dc..0000000
--- a/usr.sbin/Makefile.i386
+++ /dev/null
@@ -1,42 +0,0 @@
-# $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