tcp: Cache align ACK queue header.
[dragonfly.git] / sys / boot / Makefile
blobd7759211ac97f360f3779e2a3dc89f1575104dd1
1 # $FreeBSD: src/sys/boot/Makefile,v 1.18 2003/08/16 02:48:20 obrien Exp $
3 # Build DLoader
4 SUBDIR+= dloader
6 .if ${MACHINE_ARCH} == "x86_64"
7 # Build i386 version of libstand
8 SUBDIR+= libstand32
9 SUBDIR+= dloader32
10 .endif
12 # Pick the machine-dependant subdir based on the target architecture.
13 .if ${MACHINE_ARCH} == "x86_64"
14 SUBDIR+= pc32
15 .else
16 SUBDIR+= ${MACHINE_PLATFORM}
17 .endif
19 # UEFI support
20 SUBDIR+= efi
22 .include <bsd.subdir.mk>