Makefile.amd64 revision 278557
1# $FreeBSD: stable/10/usr.sbin/Makefile.amd64 278557 2015-02-11 07:21:16Z ngie $
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
13.if ${MK_BHYVE} != "no"
14SUBDIR+=	bhyve
15SUBDIR+=	bhyvectl
16SUBDIR+=	bhyveload
17.endif
18SUBDIR+=	boot0cfg
19.if ${MK_TOOLCHAIN} != "no"
20SUBDIR+=	btxld
21.endif
22SUBDIR+=	cpucontrol
23.if ${MK_HYPERV} != "no"
24SUBDIR+=	hyperv
25.endif
26SUBDIR+=	kgmon
27SUBDIR+=	lptcontrol
28SUBDIR+=	mount_smbfs
29SUBDIR+=	mptable
30.if ${MK_NDIS} != "no"
31SUBDIR+=	ndiscvt
32.endif
33SUBDIR+=	sicontrol
34SUBDIR+=	spkrtest
35SUBDIR+=	zzz
36