aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2013-04-19 19:45:00 +0000
committerEd Schouten <ed@FreeBSD.org>2013-04-19 19:45:00 +0000
commit7e659f9491705cacb49bd0154b1c23704f55ed0d (patch)
tree1891dfdc2dd1f99e115fc2d96089a475729f0e87 /usr.bin/bc
parentc0794a841df1a3ea4cad6cba1710f910d4360106 (diff)
downloadsrc-7e659f9491705cacb49bd0154b1c23704f55ed0d.tar.gz
src-7e659f9491705cacb49bd0154b1c23704f55ed0d.zip
Notes
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index 55f465d5c209..39d54e06b005 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -8,6 +8,8 @@ CFLAGS+= -I. -I${.CURDIR}
DPADD= ${LIBEDIT} ${LIBTERMCAP}
LDADD= -ledit -ltermcap
+NO_WMISSING_VARIABLE_DECLARATIONS=
+
FILES+= bc.library
FILESDIR=${SHAREDIR}/misc