mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-13 15:18:04 +00:00
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>
|