mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
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.
11 lines
330 B
Makefile
11 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>
|