aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch)
treeeb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libvgl
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
downloadsrc-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.tar.gz
src-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.zip
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Notes
Notes: svn path=/head/; revision=55955
Diffstat (limited to 'lib/libvgl')
-rw-r--r--lib/libvgl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile
index cde6026f14bd..1a06c7a9c6ad 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>