mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
17 lines
400 B
Makefile
17 lines
400 B
Makefile
.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>
|