mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
9 lines
244 B
Makefile
9 lines
244 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libroken libvers libasn1 libhdb libkrb5 libkadm5clnt libkadm5srv libsl libgssapi
|
|
.if defined(MAKE_KERBEROS4) && \
|
|
(${MAKE_KERBEROS4} == "YES" || ${MAKE_KERBEROS4} == "yes")
|
|
SUBDIR+=libkafs5
|
|
.endif
|
|
.include <bsd.subdir.mk>
|