2009-08-21 02:26:19 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2009/08/20 22:26:19 he Exp $
|
2002-06-07 03:00:56 +04:00
|
|
|
|
|
|
|
PROG= mopcopy
|
|
|
|
|
2009-08-21 02:26:19 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MACHINE_CPU} == "mips"
|
|
|
|
CFLAGS+= -DNOAOUT
|
|
|
|
.endif
|
|
|
|
|
2002-06-07 03:00:56 +04:00
|
|
|
.include <bsd.prog.mk>
|