diff options
Diffstat (limited to 'lib/libvgl')
-rw-r--r-- | lib/libvgl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile index cde6026..1a06c7a 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -4,6 +4,7 @@ SHLIB_MAJOR= 2 SHLIB_MINOR= 0 CFLAGS+=-Wall -I${.CURDIR} SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c +INCS= vgl.h MAN3= vgl.3 MLINKS+= vgl.3 VGLBitmapCopy.3 \ vgl.3 VGLBitmapPutChar.3 \ @@ -29,8 +30,4 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \ vgl.3 VGLSetPaletteIndex.3 \ vgl.3 VGLTextSetFontFile.3 -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgl.h \ - ${DESTDIR}/usr/include - .include <bsd.lib.mk> |