pcvt cleanup. add $FreeBSD$.

This commit is contained in:
hm 2000-03-28 09:07:18 +00:00
parent c56f52af77
commit c38f80536d
2 changed files with 2 additions and 24 deletions

View File

@ -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

View File

@ -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