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/libdevstat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libdevstat/Makefile') diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index c7781da..f29eb2c 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ LIB= devstat +SHLIBDIR?= /lib # Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented. SHLIB_MAJOR= 4 SRCS= devstat.c -- cgit v1.1