diff options
author | ru <ru@FreeBSD.org> | 2006-03-18 11:01:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-18 11:01:06 +0000 |
commit | 17d5388342a96d4b552a77d3ad40c9951448bd62 (patch) | |
tree | 2576d8540d5dd1d2a729ba3f81c42c1d654bf745 /lib/libncurses | |
parent | 1e14ebad239ee38c1e2c4ceb72277373ee4d80a4 (diff) | |
download | FreeBSD-src-17d5388342a96d4b552a77d3ad40c9951448bd62.zip FreeBSD-src-17d5388342a96d4b552a77d3ad40c9951448bd62.tar.gz |
Provide alternate default for SHLIBDIR before bsd.own.mk does this.
Reported by: phk
Diffstat (limited to 'lib/libncurses')
-rw-r--r-- | lib/libncurses/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index aa541ea..488a2fc 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include <bsd.own.mk> NCURSES=${.CURDIR}/../../contrib/ncurses LIB= ncurses -SHLIBDIR?= /lib SHLIB_MAJOR=6 # Should be elsewhere |