diff options
author | brucec <brucec@FreeBSD.org> | 2010-11-22 14:16:22 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2010-11-22 14:16:22 +0000 |
commit | 3aec76f035865d47bf52471aecdc000518a7d857 (patch) | |
tree | bfa6b6b55bcc96368e3e62dae19de181e5d0225d /sbin/hastd/Makefile | |
parent | 81eaf1c5874fd3b8b14321ec439cbaf24c2c4474 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |