summaryrefslogtreecommitdiffstats
path: root/lib/libvgl/Makefile
blob: d540dd47b5230de7e277ccb5b0a059bea4cd2f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIB=	vgl
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
CFLAGS+=-Wall -I${.CURDIR}
SRCS=	main.c simple.c bitmap.c text.c mouse.c keyboard.c
MAN3=	vgl.3

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgl.h \
		${DESTDIR}/usr/include

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud