summaryrefslogtreecommitdiffstats
path: root/lib/libulog/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-07 05:57:28 +0000
committered <ed@FreeBSD.org>2009-12-07 05:57:28 +0000
commit2f3558914cdb07151a0b63df1a47fdc96ecb477e (patch)
tree8280df9afcb8c76648cc3ed2b82bb58951773926 /lib/libulog/Makefile
parent26d17419bab7b67d295ef36fdf909c5870b90728 (diff)
downloadFreeBSD-src-2f3558914cdb07151a0b63df1a47fdc96ecb477e.zip
FreeBSD-src-2f3558914cdb07151a0b63df1a47fdc96ecb477e.tar.gz
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
Diffstat (limited to 'lib/libulog/Makefile')
-rw-r--r--lib/libulog/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.own.mk>
LIB= ulog
OpenPOWER on IntegriCloud