463a3128d5
that define if we're building for mips.
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/08/20 22:26:19 he Exp $
|
|
|
|
PROG= mopcopy
|
|
|
|
.include <bsd.own.mk>
|
|
.if ${MACHINE_CPU} == "mips"
|
|
CFLAGS+= -DNOAOUT
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|