aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/vgaio
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-06 15:23:53 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-06 15:23:53 +0000
commit0a79d73835184811e48a7a82a6577c57b983699a (patch)
tree0343e7ac2e5995075e2e78a92f74ed680d0f1c43 /usr.sbin/pcvt/vgaio
parentcf1b9c0a35f72b36d8883742dd779ca0093a2470 (diff)
downloadsrc-0a79d73835184811e48a7a82a6577c57b983699a.tar.gz
src-0a79d73835184811e48a7a82a6577c57b983699a.zip
Backed out previous backout.
Added y.tab.h to SRCS. Dependencies on it were missing until recently.
Notes
Notes: svn path=/head/; revision=35781
Diffstat (limited to 'usr.sbin/pcvt/vgaio')
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
index 53083e052a22..b49b7e8b9a95 100644
--- a/usr.sbin/pcvt/vgaio/Makefile
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
.if !exists(${.CURDIR}/../Makefile.inc)
error:
@echo
@@ -12,7 +14,7 @@ error:
PROG= vgaio
MAN8= vgaio.${MAN8EXT}
-SRCS= vgaio.c lex.c
+SRCS= vgaio.y lex.l y.tab.h
YACC= yacc
#YFLAGS+= -yd # Bison
@@ -26,7 +28,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: