Importing crypto libraries

- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
This commit is contained in:
2015-10-07 23:37:12 +02:00
parent b1d068470b
commit ebfedea0ce
5082 changed files with 1472353 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:18 he Exp $
.include <bsd.own.mk>
.include <${.CURDIR}/../../Makefile.inc>
.PATH: ${HEIMDIST}/kpasswd
PROG= kpasswdd
SRCS= kpasswdd.c
MAN= kpasswdd.8
CPPFLAGS+= -DINETD_SUPPORT
LDADD+= -lkadm5srv -lhdb -lutil
DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBUTIL}
.include <${HEIMBASE}/Makefile.rules.inc>
.include <bsd.prog.mk>