summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
commit3aec76f035865d47bf52471aecdc000518a7d857 (patch)
treebfa6b6b55bcc96368e3e62dae19de181e5d0225d /sbin/hastd/Makefile
parent81eaf1c5874fd3b8b14321ec439cbaf24c2c4474 (diff)
downloadFreeBSD-src-3aec76f035865d47bf52471aecdc000518a7d857.zip
FreeBSD-src-3aec76f035865d47bf52471aecdc000518a7d857.tar.gz
Don't generate input() since it's not used.
Diffstat (limited to 'sbin/hastd/Makefile')
-rw-r--r--sbin/hastd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 6e3147d..7ff7131 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
OpenPOWER on IntegriCloud