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/libexpat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libexpat') diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index 3e98fa0..496a12b 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -3,6 +3,7 @@ EXPAT= ${.CURDIR}/../../contrib/expat LIB= bsdxml +SHLIBDIR?= /lib SHLIB_MAJOR= 1 SRCS= xmlparse.c xmlrole.c xmltok.c INCS= bsdxml.h -- cgit v1.1