4baf3c11e2
This reduces the number of copy of sqlite we have to just one and easier tracking version of sqlite Differential Revision: https://reviews.freebsd.org/D2443 Reviewed by: imp, stas, bjk
11 lines
298 B
Makefile
11 lines
298 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
|
|
|
|
.include <bsd.subdir.mk>
|