summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/kbdio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/kbdio/Makefile')
-rw-r--r--usr.sbin/pcvt/kbdio/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile
deleted file mode 100644
index e4359c8..0000000
--- a/usr.sbin/pcvt/kbdio/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-PROG= kbdio
-NO_MAN=
-SRCS= kbdio.y lex.l y.tab.h
-
-CFLAGS+= -I${.OBJDIR} -I${.CURDIR} #-g
-
-#YACC= bison
-#YFLAGS+= -yd # Bison only
-
-YFLAGS+= -v # verbose
-LFLAGS+= -I
-
-DPADD= ${LIBM} ${LIBY} ${LIBL}
-LDADD= -lm -ly -ll
-
-CLEANFILES+= y.output # comment file from bison
-
-install:
- @${ECHO} "kbdio is not installed automatically ...."
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud