mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Specify default path for SHLIBDIR before bsd.own.mk does.
This fix shared library installed correct place.
This commit is contained in:
parent
157376ba13
commit
b3c87f5c78
1 changed files with 3 additions and 1 deletions
|
|
@ -1,11 +1,13 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= util
|
||||
SHLIB_MAJOR= 6
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
CFLAGS+=-DINET6
|
||||
|
|
|
|||
Loading…
Reference in a new issue