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 00:45:38 +00:00
parent b1d068470b
commit ebfedea0ce
5082 changed files with 1472353 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2010/09/10 05:30:28 agc Exp $
.include <bsd.own.mk>
PROG= paaserver
#BINDIR= /usr/bin
SRCS= b64.c libpaa.c server.c
CPPFLAGS+= -I${.CURDIR}/../../dist/include -I${.CURDIR}/../../dist/src/pgp2ssh
LDADD+= -lmj -lnetpgp -lcrypto -lz -lbz2
MKMAN=no
WARNS= 0
.PATH: ${.CURDIR}/../../dist/src/libpaa ${.CURDIR}/../../dist/src/pgp2ssh
.include <bsd.prog.mk>