aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-05 06:52:09 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-05 06:52:09 +0000
commitb0766867812f7e4576b5f5568de51d8d5a9f327d (patch)
tree214da109cf1954c76f32a58dd8c92abd8c4d07d1 /usr.sbin
parent59edad7a5cf3d8900846c04881b15f736a1e74bf (diff)
downloadsrc-b0766867812f7e4576b5f5568de51d8d5a9f327d.tar.gz
src-b0766867812f7e4576b5f5568de51d8d5a9f327d.zip
Backed out previous change. Generating vgaio.h from vgaio.y clobbered
the source file vgaio.h, and y.tab.h is used so we can't simply avoid generating the yacc header.
Notes
Notes: svn path=/head/; revision=35735
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
index e9674dedfb57..53083e052a22 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.y lex.l
+SRCS= vgaio.c lex.c
YACC= yacc
#YFLAGS+= -yd # Bison
@@ -26,6 +26,7 @@ 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: