diff options
Diffstat (limited to 'sbin')
-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 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 |