1 # $NetBSD: Makefile,v 1.11 2009/03/08 15:37:12 he Exp $
3 .if
(${MACHINE_ARCH} == "alpha" || \
4 ${MACHINE_ARCH} == "arm" || \
5 ${MACHINE_ARCH} == "armeb" || \
6 ${MACHINE_ARCH} == "i386" || \
7 ${MACHINE_ARCH} == "m68k" || \
8 ${MACHINE_ARCH} == "powerpc" || \
9 ${MACHINE_ARCH} == "sparc" || \
10 ${MACHINE_ARCH} == "sparc64" || \
11 ${MACHINE_ARCH} == "x86_64")
16 .
include <bsd.prog.mk
>