summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-03-28 09:07:18 +0000
committerhm <hm@FreeBSD.org>2000-03-28 09:07:18 +0000
commit8ae55b34de4aca5c8ac8ca6b78e715859ac1d312 (patch)
tree372259461ba14b0dee50bbfd1d86a19cac16b2db /usr.sbin/pcvt
parent56760b941d267162c845329d83f2f1ed78204e04 (diff)
downloadFreeBSD-src-8ae55b34de4aca5c8ac8ca6b78e715859ac1d312.zip
FreeBSD-src-8ae55b34de4aca5c8ac8ca6b78e715859ac1d312.tar.gz
pcvt cleanup. add $FreeBSD$.
Diffstat (limited to 'usr.sbin/pcvt')
-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