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/libcrypt/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 603a957..a406a9f 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -4,6 +4,7 @@ SHLIB_MAJOR= 2 LIB= crypt +SHLIBDIR?= /lib .PATH: ${.CURDIR}/../libmd SRCS= crypt.c misc.c \ -- cgit v1.1