ceb3de7af6
in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works.
11 lines
287 B
Makefile
11 lines
287 B
Makefile
PROG= kcon
|
|
DEVICE= /dev/ttyv0
|
|
CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
|
|
|
|
# the -Lfoo could be omitted if libkeycap.a were installed before
|
|
# making those programs here
|
|
|
|
LDADD = -L${.CURDIR}/../keycap -L${.CURDIR}/../keycap/obj -lkeycap
|
|
|
|
.include <bsd.prog.mk>
|