Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / arch / sparc64 / Makefile
blobdaf4e8e9a5dbaec510cc2f9bb22434aa05797ca6
1 # $NetBSD: Makefile,v 1.1 2008/05/11 16:35:28 christos Exp $
3 .include "bsd.own.mk"
5 CRYPTODIST=${NETBSDSRCDIR}/crypto/dist
6 .include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
8 regen:
9 for i in $$(find ${OPENSSLSRC} -name \*sparcv9\*.pl); do \
10 j=$$(basename $$i .pl).S; \
11 case $$j in \
12 sha*) perl $$i > $$j;; \
13 *) perl $$i -m64 > $$j;; \
14 esac; \
15 done