From 5901302929953301503368d4bf7465dd4ec142e8 Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 17 Aug 2003 08:28:46 +0000 Subject: 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. --- lib/libalias/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libalias') diff --git a/lib/libalias/Makefile b/lib/libalias/Makefile index cc909c9..0fff9a7 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 \ -- cgit v1.1