From 6e8021eae110afdc4cb5decb5780413a2c4eea87 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Mon, 7 Dec 2009 05:57:28 +0000 Subject: [PATCH] Install libulog in /lib. Because several applications in /bin use libulog (or may use it in the nearby future), it must not live inside /usr. It seems like we don't need to add the copy from /usr/lib to ObsoleteFiles.inc, because it's cleaned up during installation of libulog automatically. Reported by: ume --- lib/libulog/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libulog/Makefile b/lib/libulog/Makefile index c6cb510b6e8..d6bd8a35ef4 100644 --- a/lib/libulog/Makefile +++ b/lib/libulog/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?=/lib + .include LIB= ulog