Makefile.amd64 revision 244859
1# $FreeBSD: head/usr.sbin/Makefile.amd64 244859 2012-12-30 14:35:00Z nwhitehorn $
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+=	boot0cfg
14.if ${MK_TOOLCHAIN} != "no"
15SUBDIR+=	btxld
16.endif
17SUBDIR+=	cpucontrol
18SUBDIR+=	kgmon
19SUBDIR+=	lptcontrol
20SUBDIR+=	mptable
21.if ${MK_NDIS} != "no"
22SUBDIR+=	ndiscvt
23.endif
24SUBDIR+=	sicontrol
25SUBDIR+=	spkrtest
26SUBDIR+=	zzz
27