From 839ad527396286b846e58e11836f9091ceccc6d9 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 5 Feb 1995 13:49:25 +0000 Subject: PCVT userland utilities. Submitted by: hm --- usr.sbin/pcvt/vgaio/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 usr.sbin/pcvt/vgaio/Makefile (limited to 'usr.sbin/pcvt/vgaio/Makefile') 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 + +.endif -- cgit v1.1