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/libipsec | |
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/libipsec')
-rw-r--r-- | lib/libipsec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 542310c..62562cd 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -27,10 +27,11 @@ # # $FreeBSD$ +SHLIBDIR?= /lib + .include <bsd.own.mk> LIB= ipsec -SHLIBDIR?= /lib SHLIB_MAJOR= 2 CFLAGS+=-I. -I${.CURDIR} CFLAGS+=-DIPSEC_DEBUG -DIPSEC |