summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-12-21 18:26:01 +0000
committerphantom <phantom@FreeBSD.org>2001-12-21 18:26:01 +0000
commit07ca80b108ae5ea44d5c623672b6aa3668313af2 (patch)
treef9e3c584a113655e05f134d5138e7d626dcdb02f /lib
parent8110e66501f0c1aa3945049b43f2d9cb51fd02da (diff)
downloadFreeBSD-src-07ca80b108ae5ea44d5c623672b6aa3668313af2.zip
FreeBSD-src-07ca80b108ae5ea44d5c623672b6aa3668313af2.tar.gz
add missing MLINKS
Diffstat (limited to 'lib')
-rw-r--r--lib/libvgl/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile
index 60da656..2fa1a88 100644
--- a/lib/libvgl/Makefile
+++ b/lib/libvgl/Makefile
@@ -6,7 +6,10 @@ CFLAGS+=-Wall -I${.CURDIR}
SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
INCS= vgl.h
MAN= vgl.3
-MLINKS+= vgl.3 VGLBitmapCopy.3 \
+MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \
+ vgl.3 VGLBitmapCopy.3 \
+ vgl.3 VGLBitmapCreate.3 \
+ vgl.3 VGLBitmapDestroy.3 \
vgl.3 VGLBitmapPutChar.3 \
vgl.3 VGLBitmapString.3 \
vgl.3 VGLBlankDisplay.3 \
@@ -17,8 +20,12 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \
vgl.3 VGLEnd.3 \
vgl.3 VGLFilledBox.3 \
vgl.3 VGLFilledEllipse.3 \
+ vgl.3 VGLGetXY.3 \
vgl.3 VGLInit.3 \
vgl.3 VGLLine.3 \
+ vgl.3 VGLKeyboardInit.3 \
+ vgl.3 VGLKeyboardEnd.3 \
+ vgl.3 VGLKeyboardGetCh.3 \
vgl.3 VGLMouseInit.3 \
vgl.3 VGLMouseMode.3 \
vgl.3 VGLMouseSetImage.3 \
@@ -28,6 +35,8 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \
vgl.3 VGLSetBorder.3 \
vgl.3 VGLSetPalette.3 \
vgl.3 VGLSetPaletteIndex.3 \
+ vgl.3 VGLSetVScreenSize.3 \
+ vgl.3 VGLSetXY.3 \
vgl.3 VGLTextSetFontFile.3
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud