diff options
author | gordon <gordon@FreeBSD.org> | 2003-08-17 08:28:46 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2003-08-17 08:28:46 +0000 |
commit | 5901302929953301503368d4bf7465dd4ec142e8 (patch) | |
tree | 743962404d5602533d86478c4045fcb729871fd4 /lib/libipsec | |
parent | bd11a56d7ede7d5c6df00e9031fe1f635b5c7504 (diff) | |
download | FreeBSD-src-5901302929953301503368d4bf7465dd4ec142e8.zip FreeBSD-src-5901302929953301503368d4bf7465dd4ec142e8.tar.gz |
Stage 3 of dynamic root support. Make all the libraries needed to run
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.
Diffstat (limited to 'lib/libipsec')
-rw-r--r-- | lib/libipsec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 23a10cc..fc88511 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -27,6 +27,7 @@ # $FreeBSD$ LIB= ipsec +SHLIBDIR?= /lib SHLIB_MAJOR= 1 CFLAGS+=-I. -I${.CURDIR} CFLAGS+=-DIPSEC_DEBUG -DIPSEC |