Replace -Werror with ${WERROR} in pmcstudy

This commit is contained in:
Warner Losh 2019-08-25 22:06:26 +00:00
parent 32e6af4641
commit 65b351483f

View File

@ -4,7 +4,7 @@
PROG= pmcstudy
MAN= pmcstudy.8
SRCS= pmcstudy.c eval_expr.c
CFLAGS+= -Wall -Werror
CFLAGS+= -Wall ${WERROR}
BINDIR= /usr/bin