summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/vgaio/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-01 08:32:05 +0000
committerpeter <peter@FreeBSD.org>1999-01-01 08:32:05 +0000
commit56b4a2fa96ef823c0127976937ca06734834be4d (patch)
tree2e2ebb5a12755a56d0f7467c343a4635c7d69d5c /usr.sbin/pcvt/vgaio/Makefile
parentc93aa8139afbfc351323f822353fefee494a1278 (diff)
downloadFreeBSD-src-56b4a2fa96ef823c0127976937ca06734834be4d.zip
FreeBSD-src-56b4a2fa96ef823c0127976937ca06734834be4d.tar.gz
Part 4 of pcvt/voxware revival: pcvt userland
Reviewed by: core
Diffstat (limited to 'usr.sbin/pcvt/vgaio/Makefile')
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
new file mode 100644
index 0000000..9edd896
--- /dev/null
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -0,0 +1,38 @@
+# $Id: Makefile,v 1.9 1998/05/06 15:23:53 bde Exp $
+
+.if !exists(${.CURDIR}/../Makefile.inc)
+error:
+ @echo
+ @echo " You MUST link/copy"
+ @echo
+ @echo " ../Makefile.inc.NetBSD or ../Makefile.inc.FreeBSD"
+ @echo
+ @echo " to ../Makefile.inc before you can proceed !"
+ @echo
+.else
+
+PROG= vgaio
+MAN8= vgaio.${MAN8EXT}
+
+SRCS= vgaio.y lex.l y.tab.h
+YACC= yacc
+
+#YFLAGS+= -yd # Bison
+#YFLAGS+= -v # verbose
+
+LFLAGS+= -I
+
+DPADD= ${LIBM} ${LIBY} ${LIBL}
+LDADD= -lm -ly -ll
+
+CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
+CFLAGS+= -I${.OBJDIR} -I${.CURDIR}
+
+CLEANFILES+= y.output # comment file from bison
+
+install:
+ @${ECHO} "vgaio is not installed automatically ...."
+
+.include <bsd.prog.mk>
+
+.endif
OpenPOWER on IntegriCloud