From 65b351483fd71cf06187f4437606c57fe0769809 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 25 Aug 2019 22:06:26 +0000 Subject: [PATCH] Replace -Werror with ${WERROR} in pmcstudy --- usr.sbin/pmcstudy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pmcstudy/Makefile b/usr.sbin/pmcstudy/Makefile index 5ff3ba78a08..18fd151b659 100644 --- a/usr.sbin/pmcstudy/Makefile +++ b/usr.sbin/pmcstudy/Makefile @@ -4,7 +4,7 @@ PROG= pmcstudy MAN= pmcstudy.8 SRCS= pmcstudy.c eval_expr.c -CFLAGS+= -Wall -Werror +CFLAGS+= -Wall ${WERROR} BINDIR= /usr/bin