summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/vgaio
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-06 15:23:53 +0000
committerbde <bde@FreeBSD.org>1998-05-06 15:23:53 +0000
commitbed88a664a8be6402804f336be9f53d77c0e257f (patch)
treec5455af583521ab3f966525b61fb0faa5b5b0564 /usr.sbin/pcvt/vgaio
parente6e7e77dcf340d3d5bcbf02362cbf5bd79d9e0d0 (diff)
downloadFreeBSD-src-bed88a664a8be6402804f336be9f53d77c0e257f.zip
FreeBSD-src-bed88a664a8be6402804f336be9f53d77c0e257f.tar.gz
Backed out previous backout.
Added y.tab.h to SRCS. Dependencies on it were missing until recently.
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 53083e0..b49b7e8 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:
OpenPOWER on IntegriCloud