diff options
author | ed <ed@FreeBSD.org> | 2009-12-07 05:57:28 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-12-07 05:57:28 +0000 |
commit | 2f3558914cdb07151a0b63df1a47fdc96ecb477e (patch) | |
tree | 8280df9afcb8c76648cc3ed2b82bb58951773926 /lib/libulog | |
parent | 26d17419bab7b67d295ef36fdf909c5870b90728 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libulog/Makefile | 2 |
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 |