diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-26 05:44:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-26 05:44:06 +0000 |
commit | 4871b210e90bcda2728f141fbed5a30447c8deef (patch) | |
tree | 4b1497556eb6d85e8843af1b6719faf88259247a /usr.sbin/kbdcontrol | |
parent | e0661b603ffc573714773fac2e82fd8d8f59e194 (diff) | |
download | src-4871b210e90bcda2728f141fbed5a30447c8deef.tar.gz src-4871b210e90bcda2728f141fbed5a30447c8deef.zip |
Notes
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> |