summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-26 05:44:06 +0000
committerjkh <jkh@FreeBSD.org>1994-08-26 05:44:06 +0000
commit61f6dbe5633d551b24f1c8685a14be979d88b41e (patch)
tree4b1497556eb6d85e8843af1b6719faf88259247a /usr.sbin
parentc1a91349de5c24c9662144f74850afac9a9bbd61 (diff)
downloadFreeBSD-src-61f6dbe5633d551b24f1c8685a14be979d88b41e.zip
FreeBSD-src-61f6dbe5633d551b24f1c8685a14be979d88b41e.tar.gz
Add -ll to link flags to link with the lex library.
Submitted by: jkh
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/kbdcontrol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile
index da1a233..a26575d 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>
OpenPOWER on IntegriCloud