diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 08:28:46 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 08:28:46 +0000 |
commit | 41d8423f714369ea23708399e02792045f9c3f56 (patch) | |
tree | 743962404d5602533d86478c4045fcb729871fd4 /lib/libalias/Makefile | |
parent | 29bd4869a1ab3ff4db066d39a4527128aa4754f2 (diff) | |
download | src-41d8423f714369ea23708399e02792045f9c3f56.tar.gz src-41d8423f714369ea23708399e02792045f9c3f56.zip |
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.
Notes
Notes:
svn path=/head/; revision=119017
Diffstat (limited to 'lib/libalias/Makefile')
-rw-r--r-- | lib/libalias/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalias/Makefile b/lib/libalias/Makefile index cc909c9a9c77..0fff9a7aae14 100644 --- a/lib/libalias/Makefile +++ b/lib/libalias/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ LIB= alias +SHLIBDIR?= /lib SHLIB_MAJOR= 4 MAN= libalias.3 SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \ |