summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pcvt/kbdio/Makefile13
-rw-r--r--usr.sbin/pcvt/keycap/Makefile13
2 files changed, 2 insertions, 24 deletions
diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile
index 08cbf3b..7985af0 100644
--- a/usr.sbin/pcvt/kbdio/Makefile
+++ b/usr.sbin/pcvt/kbdio/Makefile
@@ -1,13 +1,4 @@
-.if !exists(${.CURDIR}/../Makefile.inc)
-error:
- @echo
- @echo " You MUST link/copy"
- @echo
- @echo " ../Makefile.inc.NetBSD or ../Makefile.inc.FreeBSD"
- @echo
- @echo " to ../Makefile.inc before you can proceed !"
- @echo
-.else
+# $FreeBSD$
PROG= kbdio
SRCS= kbdio.y lex.l y.tab.h
@@ -32,5 +23,3 @@ install:
@${ECHO} "kbdio is not installed automatically ...."
.include <bsd.prog.mk>
-
-.endif
diff --git a/usr.sbin/pcvt/keycap/Makefile b/usr.sbin/pcvt/keycap/Makefile
index cc6767d..fa7da94 100644
--- a/usr.sbin/pcvt/keycap/Makefile
+++ b/usr.sbin/pcvt/keycap/Makefile
@@ -1,13 +1,4 @@
-.if !exists(${.CURDIR}/../Makefile.inc)
-error:
- @echo
- @echo " You MUST link/copy"
- @echo
- @echo " ../Makefile.inc.NetBSD or ../Makefile.inc.FreeBSD"
- @echo
- @echo " to ../Makefile.inc before you can proceed !"
- @echo
-.else
+# $FreeBSD$
LIB = keycap
CAPDIR = /usr/share/misc
@@ -28,5 +19,3 @@ beforeinstall:
${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}
.include <bsd.lib.mk>
-
-.endif
OpenPOWER on IntegriCloud