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:
11
crypto/external/bsd/Makefile
vendored
Normal file
11
crypto/external/bsd/Makefile
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.12 2013/02/12 20:31:14 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(__MINIX)
|
||||
SUBDIR+= openssl .WAIT heimdal netpgp .WAIT libsaslc
|
||||
.else
|
||||
SUBDIR+= openssl .WAIT heimdal netpgp .WAIT openssh libsaslc
|
||||
.endif # defined(__MINIX)
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
Reference in New Issue
Block a user