pcvt cleanup. add $FreeBSD$.

This commit is contained in:
Hellmuth Michaelis 2000-03-28 09:07:18 +00:00
parent 543b4045c6
commit e92ac3ae97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58725
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