summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
committerMark Murray <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
commiteac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6 (patch)
tree1de4f9e75145b5952e3d782745a8d16b88850ed5 /bin/expr
parentb156281658faa286ccc8fb23e28c18b71b14e749 (diff)
downloadsrc-test2-eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6.tar.gz
src-test2-eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6.zip
Notes
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 739ffce93da3..544853e10a25 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -4,6 +4,4 @@ PROG= expr
SRCS= expr.y
YFLAGS=
-NO_WERROR= "GCC can't handle C99 printf formats."
-
.include <bsd.prog.mk>