Deleted Added
full compact
Makefile.amd64 (272152) Makefile.amd64 (272322)
1# $FreeBSD: stable/10/usr.sbin/Makefile.amd64 272152 2014-09-26 03:03:58Z gjb $
1# $FreeBSD: stable/10/usr.sbin/Makefile.amd64 272322 2014-09-30 17:54:57Z delphij $
2
3# kgzip: builds, but missing support files
4# mptable: broken (not 64 bit clean)
5# pnpinfo: crashes (not really useful anyway)
6.if ${MK_ACPI} != "no"
7SUBDIR+= acpi
8.endif
9.if ${MK_APM} != "no"
10SUBDIR+= apm
11.endif
12SUBDIR+= asf
13SUBDIR+= bhyve
14SUBDIR+= bhyvectl
15SUBDIR+= bhyveload
16SUBDIR+= boot0cfg
17.if ${MK_TOOLCHAIN} != "no"
18SUBDIR+= btxld
19.endif
20SUBDIR+= cpucontrol
2
3# kgzip: builds, but missing support files
4# mptable: broken (not 64 bit clean)
5# pnpinfo: crashes (not really useful anyway)
6.if ${MK_ACPI} != "no"
7SUBDIR+= acpi
8.endif
9.if ${MK_APM} != "no"
10SUBDIR+= apm
11.endif
12SUBDIR+= asf
13SUBDIR+= bhyve
14SUBDIR+= bhyvectl
15SUBDIR+= bhyveload
16SUBDIR+= boot0cfg
17.if ${MK_TOOLCHAIN} != "no"
18SUBDIR+= btxld
19.endif
20SUBDIR+= cpucontrol
21.if ${MK_HYPERV} != "no"
22SUBDIR+= hyperv
23.endif
21SUBDIR+= kgmon
22SUBDIR+= lptcontrol
23SUBDIR+= mount_smbfs
24SUBDIR+= mptable
25.if ${MK_NDIS} != "no"
26SUBDIR+= ndiscvt
27.endif
28SUBDIR+= sicontrol
29SUBDIR+= spkrtest
30SUBDIR+= zzz
24SUBDIR+= kgmon
25SUBDIR+= lptcontrol
26SUBDIR+= mount_smbfs
27SUBDIR+= mptable
28.if ${MK_NDIS} != "no"
29SUBDIR+= ndiscvt
30.endif
31SUBDIR+= sicontrol
32SUBDIR+= spkrtest
33SUBDIR+= zzz