set SHLIB_MAJOR=${PACKAGE_MAJOR}

just set LIBDIR= don't bother with allowing override
This commit is contained in:
rtr 2008-08-10 11:28:42 +00:00
parent 01ca4a276a
commit 16734c80a9
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,13 @@
# $NetBSD: Makefile.xf86-driver,v 1.7 2008/08/10 10:26:10 rtr Exp $
# $NetBSD: Makefile.xf86-driver,v 1.8 2008/08/10 11:28:42 rtr Exp $
LIBISMODULE= yes
SHLIB_MAJOR= ${PACKAGE_MAJOR}
.include <bsd.own.mk>
.include <bsd.x11.mk>
LIB= ${DRIVER_NAME}
LIBDIR= ${X11USRLIBDIR}/modules/drivers
PRINT_PACKAGE_VERSION= awk '/^PACKAGE_VERSION=/ { \
match($$1, "[0-9]+\\.[0-9]+\\.[0-9]+"); \
@ -44,6 +46,4 @@ CPPFLAGS+= -DXORG_VERSION_CURRENT=${XORG_VERSION_CURRENT}
.PATH: ${X11SRCDIR.${DRIVER}}/src
.PATH: ${X11SRCDIR.${DRIVER}}/man
LIBDIR?= ${X11USRLIBDIR}/modules/drivers
.include <bsd.lib.mk>