From 4871b210e90bcda2728f141fbed5a30447c8deef Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 26 Aug 1994 05:44:06 +0000 Subject: [PATCH] Add -ll to link flags to link with the lex library. Submitted by: jkh --- usr.sbin/kbdcontrol/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index da1a2338067..a26575dc5e9 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