- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/07/31 10:33:45 christos Exp $
|
|
|
|
.include "bsd.own.mk"
|
|
|
|
CRYPTODIST=${NETBSDSRCDIR}/crypto
|
|
.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
|
|
|
|
regen:
|
|
for i in $$(find ${OPENSSLSRC} -name \*sparcv9\*.pl); do \
|
|
j=$$(basename $$i .pl).S; \
|
|
case $$j in \
|
|
ghash*|sha*) perl $$i > $$j;; \
|
|
*) perl $$i -m64 > $$j;; \
|
|
esac; \
|
|
done
|
|
foo:
|