aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
committerRebecca Cran <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
commite267ef95d5901466bdc8646802b68837e245e553 (patch)
treebfa6b6b55bcc96368e3e62dae19de181e5d0225d /sbin
parent526384ecf2e4ceb79190afbf68b79d001966c75f (diff)
downloadsrc-e267ef95d5901466bdc8646802b68837e245e553.tar.gz
src-e267ef95d5901466bdc8646802b68837e245e553.zip
Don't generate input() since it's not used.
Notes
Notes: svn path=/head/; revision=215676
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 6e3147dcd31e..7ff7131d1420 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -25,6 +25,7 @@ CFLAGS+=-DINET6
.endif
# This is needed to have WARNS > 1.
CFLAGS+=-DYY_NO_UNPUT
+CFLAGS+=-DYY_NO_INPUT
DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBL} ${LIBPTHREAD} ${LIBUTIL}
LDADD= -lgeom -lbsdxml -lsbuf -ll -lpthread -lutil