From 26c6257674a9e628531ca2334f3ef46d8c41958e Mon Sep 17 00:00:00 2001 From: martijn Date: Tue, 20 Apr 2021 11:17:52 +0000 Subject: [PATCH] Don't overwrite environment CFLAGS. OK bluhm@ --- regress/lib/libagentx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libagentx/Makefile b/regress/lib/libagentx/Makefile index 6ff7c6dc79f..c5f859ce73f 100644 --- a/regress/lib/libagentx/Makefile +++ b/regress/lib/libagentx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2021/01/17 20:53:51 bluhm Exp $ +# $OpenBSD: Makefile,v 1.6 2021/04/20 11:17:52 martijn Exp $ .if ! exists(/usr/local/sbin/snmpd) regress: @@ -8,7 +8,7 @@ regress: PROG= agentx SRCS= main.c log.c -CFLAGS= -Wall +CFLAGS+= -Wall NOMAN= yes LDADD= -lagentx -levent -- 2.20.1