1995-02-12 01:51:34 +00:00
|
|
|
PROG= kcon
|
|
|
|
DEVICE= /dev/ttyv0
|
|
|
|
CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
|
1995-02-05 13:49:25 +00:00
|
|
|
|
|
|
|
# the -Lfoo could be omitted if libkeycap.a were installed before
|
|
|
|
# making those programs here
|
|
|
|
|
1996-06-24 04:26:21 +00:00
|
|
|
LDADD = -L${.CURDIR}/../keycap -L${.OBJDIR}/../keycap -lkeycap
|
1995-02-05 13:49:25 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|