diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-10 07:26:38 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-10 07:26:38 +0000 |
| commit | bcba42d1f877c494d64f4fabb99cf50ccc16e321 (patch) | |
| tree | 18529ea598d67d9ea144443e1df261fe637c55c1 /usr.sbin | |
| parent | a9a39d40142f7cc4a9fc4dc764c420c8290a269b (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/kbdcontrol/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/kbdcontrol/lex.l | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index 42fa3e85a70a9..5a15ef3c9da6f 100644 --- a/usr.sbin/kbdcontrol/Makefile +++ b/usr.sbin/kbdcontrol/Makefile @@ -8,6 +8,4 @@ SRCS= kbdcontrol.c lex.l WARNS?= 4 CFLAGS+= -I${.CURDIR} -LIBADD= l - .include <bsd.prog.mk> diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l index 9a1ea41f73e99..0568758d37089 100644 --- a/usr.sbin/kbdcontrol/lex.l +++ b/usr.sbin/kbdcontrol/lex.l @@ -36,6 +36,7 @@ %} +%option noyywrap %option nounput %option noinput |
