mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Fixed breakage of installation of kbdcontrol.1 in previous commit.
Fixed style bugs.
This commit is contained in:
parent
09344c2742
commit
d760d77067
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65827
@ -1,8 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= kbdcontrol
|
||||
SRCS= kbdcontrol.c lex.l
|
||||
MAN1= kbdcontrol.1
|
||||
MAN5= kbdmap.5
|
||||
DPADD+= ${LIBL}
|
||||
LDADD+= -ll
|
||||
DPADD= ${LIBL}
|
||||
LDADD= -ll
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user