summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/Makefile
blob: 03ba8158ca4477e688afeed9a7cb32f0805d2cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2018/03/04 04:00:45 christos Exp $

.include "bsd.own.mk"

CRYPTODIST=${NETBSDSRCDIR}/crypto
.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"

regen:
	for i in $$(find ${OPENSSLSRC} -name \*alpha\*.pl); do \
		case $$i in \
		(*) perl -I${OPENSSLSRC}/crypto/perlasm \
		-I${OPENSSLSRC}/crypto/bn/asm $$i linux /dev/stdout \
		> $$(basename $$i .pl).S;; \
		esac; \
	done