Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2016-01-13 20:32:14 +01:00

34 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/07/14 04:06:17 christos Exp $
.include <bsd.own.mk>
.if ${MKCRYPTO} != "no"
#__MINIX: Unsupported: threads
SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp x509v3
SUBDIR+=idea mdc2
.if ${MKCRYPTO_RC5} != "no"
SUBDIR+=rc5
.endif
TESTSDIR= ${TESTSBASE}/crypto/libcrypto
TESTS_SH= t_certs
TESTS_SH+= t_ciphers
TESTS_SH+= t_hashes
TESTS_SH+= t_libcrypto
TESTS_SH+= t_pubkey
.include <bsd.test.mk>
.else
NOPROG=
.include <bsd.prog.mk>
.endif