1#	$NetBSD: Makefile,v 1.1 2009/07/19 23:30:45 christos Exp $
2
3.include "bsd.own.mk"
4
5CRYPTODIST=${NETBSDSRCDIR}/crypto/dist
6.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
7
8regen:
9	for i in $$(find ${OPENSSLSRC} -name \*86.pl); do \
10		perl -I${OPENSSLSRC}/crypto/perlasm \
11		-I${OPENSSLSRC}/crypto/bn/asm $$i elf -fPIC \
12		> $$(basename $$i .pl).S; \
13	done
14