Module Name: src
Committed By: christos
Date: Sun Oct 31 17:50:35 UTC 2021
Modified Files:
src/usr.sbin/mopd/common: Makefile
Log Message:
USE CPPFLAGS instead of CFLAGS for -D !
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/usr.sbin/mopd/common/Makefile:1.22
--- src/usr.sbin/mopd/common/Makefile:1.21 Sun Oct 13 03:28:19 2019
+++ src/usr.sbin/mopd/common/Makefile Sun Oct 31 13:50:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/13 07:28:19 mrg Exp $
+# $NetBSD: Makefile,v 1.22 2021/10/31 17:50:35 christos Exp $
LIBISPRIVATE= yes
@@ -10,7 +10,7 @@ CLEANFILES= version.c
.include <bsd.own.mk>
.if ${MACHINE_CPU} == "mips"
-CFLAGS+= -DNOAOUT
+CPPFLAGS+= -DNOAOUT
.endif
version.c: VERSION