summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/vgaio/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-05 13:49:25 +0000
committerjkh <jkh@FreeBSD.org>1995-02-05 13:49:25 +0000
commit839ad527396286b846e58e11836f9091ceccc6d9 (patch)
tree50f3988ee320fe96b2fce23c40e51b297dbe8754 /usr.sbin/pcvt/vgaio/Makefile
parent8e4f208589200093617b1a41bc21915a81e2751b (diff)
downloadFreeBSD-src-839ad527396286b846e58e11836f9091ceccc6d9.zip
FreeBSD-src-839ad527396286b846e58e11836f9091ceccc6d9.tar.gz
PCVT userland utilities.
Submitted by: hm
Diffstat (limited to 'usr.sbin/pcvt/vgaio/Makefile')
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
new file mode 100644
index 0000000..b9289f5
--- /dev/null
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -0,0 +1,35 @@
+
+.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
+YACC= yacc
+
+#YFLAGS+= -yd # Bison
+#YFLAGS+= -v # verbose
+
+LFLAGS+= -I
+LDADD= -lm -ly -ll
+
+CFLAGS+= -I ${.CURDIR}/obj -I ${.CURDIR} -g
+
+CLEANFILES+= y.tab.h
+CLEANFILES+= y.output # comment file from bison
+
+install:
+ @echo "vgaio is not installed automatically ...."
+
+.include <bsd.prog.mk>
+
+.endif
OpenPOWER on IntegriCloud