summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/Makefile
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-08-17 08:28:46 +0000
committergordon <gordon@FreeBSD.org>2003-08-17 08:28:46 +0000
commit5901302929953301503368d4bf7465dd4ec142e8 (patch)
tree743962404d5602533d86478c4045fcb729871fd4 /lib/libkvm/Makefile
parentbd11a56d7ede7d5c6df00e9031fe1f635b5c7504 (diff)
downloadFreeBSD-src-5901302929953301503368d4bf7465dd4ec142e8.zip
FreeBSD-src-5901302929953301503368d4bf7465dd4ec142e8.tar.gz
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.
Diffstat (limited to 'lib/libkvm/Makefile')
-rw-r--r--lib/libkvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile
index f079485..8b72802 100644
--- a/lib/libkvm/Makefile
+++ b/lib/libkvm/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
LIB= kvm
+SHLIBDIR?=/lib
CFLAGS+=-DLIBC_SCCS -I${.CURDIR}
SRCS= kvm.c kvm_${MACHINE_ARCH}.c kvm_file.c kvm_getloadavg.c \
kvm_getswapinfo.c kvm_proc.c
OpenPOWER on IntegriCloud