1 # $FreeBSD: src/sys/boot/Makefile,v 1.18 2003/08/16 02:48:20 obrien Exp $
6 .if
${MACHINE_ARCH} == "x86_64"
7 # Build i386 version of libstand
12 # Pick the machine-dependant subdir based on the target architecture.
13 .if
${MACHINE_ARCH} == "x86_64"
16 SUBDIR
+= ${MACHINE_PLATFORM}
22 .
include <bsd.subdir.mk
>