Define NOAOUT if we're building for mips.

This commit is contained in:
he 2009-08-20 21:59:12 +00:00
parent 75f93ed674
commit ceb32b93af

View File

@ -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; \