Makefile.i386 revision 272149
1# $FreeBSD: stable/10/usr.sbin/Makefile.i386 272149 2014-09-26 01:08:31Z gjb $
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
12SUBDIR+=	kgmon
13SUBDIR+=	kgzip
14SUBDIR+=	lptcontrol
15SUBDIR+=	mount_smbfs
16SUBDIR+=	mptable
17.if ${MK_NDIS} != "no"
18SUBDIR+=	ndiscvt
19.endif
20SUBDIR+=	pnpinfo
21SUBDIR+=	sicontrol
22SUBDIR+=	spkrtest
23SUBDIR+=	zzz
24
25# Differentiate between FreeBSD/i386 and FreeBSD/pc98
26.if ${MACHINE} == "i386"
27.if ${MK_ACPI} != "no"
28SUBDIR+=	acpi
29.endif
30SUBDIR+=	boot0cfg
31.if ${MK_WIRELESS} != "no"
32SUBDIR+=	wlconfig
33.endif
34.elif ${MACHINE} == "pc98"
35SUBDIR+=	boot98cfg
36.endif
37