mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
de7459e59d
commit
6e8021eae1
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?=/lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= ulog
|
||||
|
|
|
|||
Loading…
Reference in a new issue