summaryrefslogtreecommitdiffstats
path: root/lib/libvgl/Makefile
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1997-10-01 20:53:41 +0000
committersos <sos@FreeBSD.org>1997-10-01 20:53:41 +0000
commitf555b825368400f4d464ba61e70d13c6ae357109 (patch)
treeaab3465f0831082e9f67214aa7ef85cc7ad4341a /lib/libvgl/Makefile
parent85a02d214d4daf2fbdbfa72558a07df37a7d832f (diff)
downloadFreeBSD-src-f555b825368400f4d464ba61e70d13c6ae357109.zip
FreeBSD-src-f555b825368400f4d464ba61e70d13c6ae357109.tar.gz
Add rudimentary support for using the keyboard.
Diffstat (limited to 'lib/libvgl/Makefile')
-rw-r--r--lib/libvgl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile
index ebbc021..d540dd4 100644
--- a/lib/libvgl/Makefile
+++ b/lib/libvgl/Makefile
@@ -2,7 +2,7 @@ LIB= vgl
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
CFLAGS+=-Wall -I${.CURDIR}
-SRCS= main.c simple.c bitmap.c text.c mouse.c
+SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
MAN3= vgl.3
beforeinstall:
OpenPOWER on IntegriCloud