summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/kcon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/kcon/Makefile')
-rw-r--r--usr.sbin/pcvt/kcon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pcvt/kcon/Makefile b/usr.sbin/pcvt/kcon/Makefile
index 4826870..dee4f45 100644
--- a/usr.sbin/pcvt/kcon/Makefile
+++ b/usr.sbin/pcvt/kcon/Makefile
@@ -5,6 +5,6 @@ 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
+LDADD = -L${.CURDIR}/../keycap -L${.OBJDIR}/../keycap -lkeycap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud