mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
- Include forgotten bsd.own.mk and fix condition
Reported by: Jan Beich <jbeich@tormail.org>
This commit is contained in:
parent
4cfe4ccf16
commit
54ca36aeac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236185
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= kiconv
|
||||
SHLIBDIR?= /lib
|
||||
SRCS= kiconv_sysctl.c xlat16_iconv.c xlat16_sysctl.c
|
||||
@ -17,7 +19,7 @@ CFLAGS+= -I${.CURDIR}/../../sys
|
||||
|
||||
WARNS?= 1
|
||||
|
||||
.if !defined(MK_ICONV)
|
||||
.if ${MK_ICONV} == "no"
|
||||
CFLAGS+= -DICONV_DLOPEN
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user