From 2f3558914cdb07151a0b63df1a47fdc96ecb477e Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 7 Dec 2009 05:57:28 +0000 Subject: 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(+) (limited to 'lib/libulog/Makefile') diff --git a/lib/libulog/Makefile b/lib/libulog/Makefile index c6cb510..d6bd8a3 100644 --- a/lib/libulog/Makefile +++ b/lib/libulog/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?=/lib + .include LIB= ulog -- cgit v1.1