Module Name: src
Committed By: he
Date: Thu Aug 20 21:59:13 UTC 2009
Modified Files:
src/usr.sbin/mopd/common: Makefile
Log Message:
Define NOAOUT if we're building for mips.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/mopd/common/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/mopd/common/Makefile
diff -u src/usr.sbin/mopd/common/Makefile:1.13 src/usr.sbin/mopd/common/Makefile:1.14
--- src/usr.sbin/mopd/common/Makefile:1.13 Sat Oct 25 22:27:39 2008
+++ src/usr.sbin/mopd/common/Makefile Thu Aug 20 21:59:12 2009
@@ -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; \