summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/kcon/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-27 16:44:24 +0000
committerphk <phk@FreeBSD.org>1998-12-27 16:44:24 +0000
commit9d6fbd1091067a322e16f0d3ba3b4299055308e9 (patch)
treeca5b12361ccdb1532ab79494516ea689c9dba991 /usr.sbin/pcvt/kcon/Makefile
parentf67d0f0ce687c0177689ca8f7cb07101facd38b1 (diff)
downloadFreeBSD-src-9d6fbd1091067a322e16f0d3ba3b4299055308e9.zip
FreeBSD-src-9d6fbd1091067a322e16f0d3ba3b4299055308e9.tar.gz
follow up to:
Pre 3.0 branch cleanup casualty #4: pcvt
Diffstat (limited to 'usr.sbin/pcvt/kcon/Makefile')
-rw-r--r--usr.sbin/pcvt/kcon/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.sbin/pcvt/kcon/Makefile b/usr.sbin/pcvt/kcon/Makefile
deleted file mode 100644
index 77a9f26..0000000
--- a/usr.sbin/pcvt/kcon/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-PROG= kcon
-DEVICE= /dev/ttyv0
-CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
-
-.if exists(${.OBJDIR}/../keycap)
-LIBKEYCAP= ${.OBJDIR}/../keycap/libkeycap.a
-.else
-LIBKEYCAP= ${.CURDIR}/../keycap/libkeycap.a
-.endif
-
-DPADD= ${LIBKEYCAP}
-LDADD= ${LIBKEYCAP}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud