aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-04 20:09:06 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-04 20:09:06 +0000
commitb681d90662103774ec7811d31402a3d72d79c3a0 (patch)
treec8ec75d059eed96ac31afae431487a7f988bdd55 /usr.sbin/pcvt
parentdd8eff227e110891478d0697be186ba77c59d937 (diff)
downloadsrc-b681d90662103774ec7811d31402a3d72d79c3a0.tar.gz
src-b681d90662103774ec7811d31402a3d72d79c3a0.zip
Fixed races in `make -jN' using new yacc rules.
Notes
Notes: svn path=/head/; revision=35708
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/kbdio/Makefile3
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile
index 2b320b484a89..167d5089a3e6 100644
--- a/usr.sbin/pcvt/kbdio/Makefile
+++ b/usr.sbin/pcvt/kbdio/Makefile
@@ -10,7 +10,7 @@ error:
.else
PROG= kbdio
-SRCS= kbdio.c lex.c
+SRCS= kbdio.y lex.l
#YACC= bison
#YFLAGS+= -yd # Bison only
@@ -26,7 +26,6 @@ NOMAN=
CFLAGS+= -I${.OBJDIR} -I${.CURDIR} #-g
-CLEANFILES+= kbdio.c lex.c lex.yy.c y.tab.[ch]
CLEANFILES+= y.output # comment file from bison
install:
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
index 53083e052a22..e9674dedfb57 100644
--- a/usr.sbin/pcvt/vgaio/Makefile
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -12,7 +12,7 @@ error:
PROG= vgaio
MAN8= vgaio.${MAN8EXT}
-SRCS= vgaio.c lex.c
+SRCS= vgaio.y lex.l
YACC= yacc
#YFLAGS+= -yd # Bison
@@ -26,7 +26,6 @@ LDADD= -lm -ly -ll
CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
CFLAGS+= -I${.OBJDIR} -I${.CURDIR}
-CLEANFILES+= lex.c lex.yy.c vgaio.c y.tab.[ch]
CLEANFILES+= y.output # comment file from bison
install: