Deleted Added
full compact
1# $FreeBSD: head/usr.sbin/Makefile.i386 252356 2013-06-28 21:00:08Z davide $
1# $FreeBSD: head/usr.sbin/Makefile.i386 271493 2014-09-13 02:15:31Z delphij $
2
3.if ${MK_APM} != "no"
4SUBDIR+= apm
5SUBDIR+= apmd
6.endif
7SUBDIR+= asf
8.if ${MK_TOOLCHAIN} != "no"
9SUBDIR+= btxld
10.endif
11SUBDIR+= cpucontrol
12.if ${MK_HYPERV} != "no"
13SUBDIR+= hyperv
14.endif
15SUBDIR+= kgmon
16SUBDIR+= kgzip
17SUBDIR+= lptcontrol
18SUBDIR+= mount_smbfs
19SUBDIR+= mptable
20.if ${MK_NDIS} != "no"
21SUBDIR+= ndiscvt
22.endif
23SUBDIR+= pnpinfo
24SUBDIR+= sicontrol
25SUBDIR+= spkrtest
26SUBDIR+= zzz
27
28# Differentiate between FreeBSD/i386 and FreeBSD/pc98
29.if ${MACHINE} == "i386"
30.if ${MK_ACPI} != "no"
31SUBDIR+= acpi
32.endif
33SUBDIR+= boot0cfg
34.if ${MK_WIRELESS} != "no"
35SUBDIR+= wlconfig
36.endif
37.elif ${MACHINE} == "pc98"
38SUBDIR+= boot98cfg
39.endif