mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
libgssapi_{krb5,ntlm,spnego} requires MK_GSSAPI != no; conditionalize
their building on the knob MFC after: 1 week
This commit is contained in:
parent
b961dc3193
commit
3b647ba7aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311112
@ -1,11 +1,18 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego libhdb \
|
||||
.include <src.opts.mk>
|
||||
|
||||
SUBDIR= libasn1 libhdb \
|
||||
libheimntlm libhx509 libkadm5clnt libkadm5srv libkrb5 \
|
||||
libroken libsl libvers libkdc libwind libheimbase libheimipcc libheimipcs
|
||||
|
||||
SUBDIR+= libkafs5 # requires krb_err.h from libkrb5
|
||||
SUBDIR_DEPEND_libkafs5= libkrb5
|
||||
|
||||
.if ${MK_GSSAPI} != "no"
|
||||
SUBDIR+= libgssapi_krb5
|
||||
SUBDIR+= libgssapi_ntlm
|
||||
SUBDIR+= libgssapi_spnego
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user