
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
20 lines
272 B
Makefile
20 lines
272 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:58 elric Exp $
|
|
|
|
.include "bsd.own.mk"
|
|
|
|
.if (${MKKERBEROS} != "no")
|
|
SUBDIR = \
|
|
hprop \
|
|
iprop-log \
|
|
kadmin \
|
|
kcm \
|
|
kdc \
|
|
kdigest \
|
|
kimpersonate \
|
|
kstash \
|
|
ktutil
|
|
|
|
.endif # MKKERBEROS != no
|
|
|
|
.include <bsd.subdir.mk>
|