diff options
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r-- | usr.sbin/kbdcontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index da1a23380674..a26575dc5e92 100644 --- a/usr.sbin/kbdcontrol/Makefile +++ b/usr.sbin/kbdcontrol/Makefile @@ -1,4 +1,5 @@ PROG= kbdcontrol SRCS= kbdcontrol.c lex.l +LDADD+= -ll .include <bsd.prog.mk> |