Deleted Added
full compact
Makefile.i386 (244859) Makefile.i386 (252356)
1# $FreeBSD: head/usr.sbin/Makefile.i386 244859 2012-12-30 14:35:00Z nwhitehorn $
1# $FreeBSD: head/usr.sbin/Makefile.i386 252356 2013-06-28 21:00:08Z davide $
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
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
15SUBDIR+= mptable
16.if ${MK_NDIS} != "no"
17SUBDIR+= ndiscvt
18.endif
19SUBDIR+= pnpinfo
20SUBDIR+= sicontrol
21SUBDIR+= spkrtest
22SUBDIR+= zzz

--- 13 unchanged lines hidden ---
16SUBDIR+= mptable
17.if ${MK_NDIS} != "no"
18SUBDIR+= ndiscvt
19.endif
20SUBDIR+= pnpinfo
21SUBDIR+= sicontrol
22SUBDIR+= spkrtest
23SUBDIR+= zzz

--- 13 unchanged lines hidden ---