1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

INTERNALLIB has a different meaning in the new bsd.lib.mk

API -- build (but do not install) a static library _only_.
Not defining LIB avoids building the static library.
This commit is contained in:
Ruslan Ermilov 2002-07-21 20:08:28 +00:00
parent aa18f9f0e8
commit 310d79320c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63333
4 changed files with 0 additions and 8 deletions

View File

@ -2,8 +2,6 @@
LIB=df
# uncomment the line below to avoid building static libraries
#INTERNALLIB=YES
LIBDIR=${PREFIX}/lib
# comment out the line below to build the profile libs
NOPROFILE=yes

View File

@ -13,8 +13,6 @@ SHLIB_MINOR = 3
LIBDIR = ${PREFIX}/lib
# uncomment the line below to avoid building static libraries
#INTERNALLIB = Yes
# comment out the line below to build the profile libs
NOPROFILE=yes

View File

@ -2,8 +2,6 @@
LIB=df
# uncomment the line below to avoid building static libraries
#INTERNALLIB=YES
LIBDIR=${PREFIX}/lib
# comment out the line below to build the profile libs
NOPROFILE=yes

View File

@ -13,8 +13,6 @@ SHLIB_MINOR = 3
LIBDIR = ${PREFIX}/lib
# uncomment the line below to avoid building static libraries
#INTERNALLIB = Yes
# comment out the line below to build the profile libs
NOPROFILE=yes