a273d4a08c
I intended to remove this before committing r288266. It works but is clearly wrong and working by accident due to the dependencies listed in the root Makefile.inc1 file.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego 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
|
|
|
|
.include <bsd.subdir.mk>
|