Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mopd/common Define NOAOUT if we're building for mips.



details:   https://anonhg.NetBSD.org/src/rev/ae1ac0412fa0
branches:  trunk
changeset: 746830:ae1ac0412fa0
user:      he <he%NetBSD.org@localhost>
date:      Thu Aug 20 21:59:12 2009 +0000

description:
Define NOAOUT if we're building for mips.

diffstat:

 usr.sbin/mopd/common/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9b1374499bff -r ae1ac0412fa0 usr.sbin/mopd/common/Makefile
--- a/usr.sbin/mopd/common/Makefile     Thu Aug 20 21:40:59 2009 +0000
+++ b/usr.sbin/mopd/common/Makefile     Thu Aug 20 21:59:12 2009 +0000
@@ -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 @@
        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; \



Home | Main Index | Thread Index | Old Index