mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-13 15:18:04 +00:00
Define NOAOUT if we're building for mips.
This commit is contained in:
parent
75f93ed674
commit
ceb32b93af
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.13 2008/10/25 22:27:39 apb Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2009/08/20 21:59:12 he Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
@ -7,6 +7,12 @@ SRCS= cmp.c device.c dl.c file.c get.c log.c loop-bsd.c mopdef.c nma.c pf.c \
|
||||
print.c put.c rc.c version.c
|
||||
CLEANFILES= version.c
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MACHINE_CPU} == "mips"
|
||||
CFLAGS+= -DNOAOUT
|
||||
.endif
|
||||
|
||||
version.c: VERSION
|
||||
${_MKTARGET_CREATE}
|
||||
rm -f version.c; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user