563df95270
Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
10 lines
262 B
Makefile
10 lines
262 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
|
|
SUBDIR+=libtelnet
|
|
.include <bsd.subdir.mk>
|