xref: /netbsd-src/usr.sbin/mopd/mopcopy/Makefile (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1#	$NetBSD: Makefile,v 1.2 2009/08/20 22:26:19 he Exp $
2
3PROG=	mopcopy
4
5.include <bsd.own.mk>
6.if ${MACHINE_CPU} == "mips"
7CFLAGS+= -DNOAOUT
8.endif
9
10.include <bsd.prog.mk>
11