summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-26 20:45:25 +0000
committerkris <kris@FreeBSD.org>2001-05-26 20:45:25 +0000
commita942467a46f6ef1d216a886dd81d9272213bdea2 (patch)
tree9a1448555f77486c2723f8614994257167e9ae5b /bin/expr/Makefile
parent89034502d17e36e00472ddb435b5438dc20fe8f8 (diff)
downloadFreeBSD-src-a942467a46f6ef1d216a886dd81d9272213bdea2.zip
FreeBSD-src-a942467a46f6ef1d216a886dd81d9272213bdea2.tar.gz
Fix warnings to compile with WARNS=2 on i386 and alpha
Reviewed by: bde
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 544853e..4857ca6 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -3,5 +3,6 @@
PROG= expr
SRCS= expr.y
YFLAGS=
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud