mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159503
@ -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 New Issue
Block a user