This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-01 07:25:10 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4da170bcf6
opnsense-src
/
usr.sbin
/
kbdcontrol
/
Makefile
7 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
Added kbdcontrol util from 1.1.5.1+ Reviewed by: Submitted by:
1994-08-17 04:59:37 -04:00
PROG
=
kbdcontrol
SRCS
=
kbdcontrol.c lex.l
Add dependencies on libraries to DPADD. Someday this should be done automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
1994-08-28 14:49:06 -04:00
DPADD
+=
${
LIBL
}
Add -ll to link flags to link with the lex library. Submitted by: jkh
1994-08-26 01:44:06 -04:00
LDADD
+=
-ll
Added kbdcontrol util from 1.1.5.1+ Reviewed by: Submitted by:
1994-08-17 04:59:37 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink