Allow building with MKKERBEROS=no
This commit is contained in:
parent
18dfdd8b75
commit
5b4eb43c12
10
external/bsd/bind/lib/libdns/Makefile
vendored
10
external/bsd/bind/lib/libdns/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.13 2014/03/01 03:24:41 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2017/05/15 13:38:34 manu Exp $
|
||||
|
||||
LIB=dns
|
||||
#USE_SHLIBDIR= yes
|
||||
@ -24,9 +24,13 @@ COPTS.${f}.c+= -Wno-pointer-sign -fno-strict-aliasing
|
||||
.endfor
|
||||
|
||||
DNSSEC_SRCS= dst_api.c dst_lib.c dst_parse.c dst_result.c \
|
||||
gssapi_link.c gssapictx.c hmac_link.c key.c openssl_link.c \
|
||||
gssapictx.c hmac_link.c key.c openssl_link.c \
|
||||
openssldh_link.c openssldsa_link.c opensslrsa_link.c \
|
||||
opensslecdsa_link.c opensslgost_link.c spnego.c
|
||||
opensslecdsa_link.c opensslgost_link.c
|
||||
.if ${MKKERBEROS} != "no"
|
||||
DNSSEC_SRCS+= gssapi_link.c spnego.c
|
||||
.endif
|
||||
|
||||
|
||||
SRCS= acl.c acache.c adb.c byaddr.c cache.c callbacks.c clientinfo.c \
|
||||
compress.c client.c tsec.c ecdb.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user