1 # $NetBSD: Makefile,v 1.13 2008/03/27 07:15:16 apb Exp $
8 SRCS
= dotest.c dotestsubs.S
11 SPDIR
= ${NETBSDSRCDIR}/sys
/arch
/m68k
/060sp
12 CLEANFILES
+= itest.S ftest.S
18 ${HOST_SH} ${SPDIR}/asm2gas
${.IMPSRC
} >${.TARGET
}
22 realdepend dotestsubs.o
: itest.S ftest.S
25 @
/sbin
/sysctl hw.model | grep
-v
-q
68060 || \
26 .
/${PROG} | tee
/dev
/tty | cmp
-s
- ${.CURDIR
}/goodoutput
29 .
include <bsd.prog.mk
>