1 # $NetBSD: Makefile,v 1.2 2004/02/19 16:55:30 drochner Exp $
7 # tramptest.c relies on a trampoline generated by gcc,
8 # which happens for the following architectures:
10 GCCTRAMP_ARCHS
= alpha arm i386 m68k mips sparc sparc64 vax x86_64
12 .if
!empty
(GCCTRAMP_ARCHS
:M
${MACHINE_GNU_ARCH})
15 @if .
/tramptest
; then \
21 # XXX need another test program
25 .
include <bsd.prog.mk
>