- Include forgotten bsd.own.mk and fix condition

Reported by:	Jan Beich <jbeich@tormail.org>
This commit is contained in:
Gabor Kovesdan 2012-05-28 14:45:12 +00:00
parent 4cfe4ccf16
commit 54ca36aeac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236185

View File

@ -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