summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/vgaio
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-05 06:52:09 +0000
committerbde <bde@FreeBSD.org>1998-05-05 06:52:09 +0000
commit4360d3bb5d1ebcf22cfff3553081e9ab90eae942 (patch)
treec15d1cb4e89822a02502f5c304ea8ed28f360f49 /usr.sbin/pcvt/vgaio
parent64b58ad866253e7928ba243ce22e637e2ee73de0 (diff)
downloadFreeBSD-src-4360d3bb5d1ebcf22cfff3553081e9ab90eae942.zip
FreeBSD-src-4360d3bb5d1ebcf22cfff3553081e9ab90eae942.tar.gz
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.
Diffstat (limited to 'usr.sbin/pcvt/vgaio')
-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 e9674de..53083e0 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:
OpenPOWER on IntegriCloud