Makefile.amd64 revision 241629
1# $FreeBSD: head/usr.sbin/Makefile.amd64 241629 2012-10-17 11:16:17Z attilio $
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+=	mount_smbfs
21SUBDIR+=	mptable
22.if ${MK_NDIS} != "no"
23SUBDIR+=	ndiscvt
24.endif
25SUBDIR+=	sicontrol
26SUBDIR+=	spkrtest
27.if ${MK_SYSINSTALL} != "no"
28SUBDIR+=	sade
29.endif
30SUBDIR+=	zzz
31