diff options
author | smace <smace@FreeBSD.org> | 1998-09-15 14:54:01 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-15 14:54:01 +0000 |
commit | 948161f4b81ec303262d932617c92ae965191ece (patch) | |
tree | 60c619846d909da22d8e0d52d3095db9d2688ea7 /security/rsaref | |
parent | b9052a8159516ef85d3b1aff80bc6a2eb9d2ea40 (diff) | |
download | FreeBSD-ports-948161f4b81ec303262d932617c92ae965191ece.zip FreeBSD-ports-948161f4b81ec303262d932617c92ae965191ece.tar.gz |
fix typo in previous commit
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rsaref/files/Makefile b/security/rsaref/files/Makefile index 3cf51fb..b091f35 100644 --- a/security/rsaref/files/Makefile +++ b/security/rsaref/files/Makefile @@ -21,7 +21,7 @@ $(RSAREFLIB) : desc.$(O) digit.$(O) md2c.$(O) md5c.$(O) nn.$(O) prime.$(O)\ $(SORSAREFLIB) : desc.$(SO) digit.$(SO) md2c.$(SO) md5c.$(SO) nn.$(SO) prime.$(SO)\ rsa.$(SO) r_encode.$(SO) r_dh.$(SO) r_enhanc.$(SO) r_keygen.$(SO) r_random.$(SO)\ r_stdlib.$(SO) -.if defined(PORTOBJFORMAT) && PORTOBJFORMAT == elf +.if defined(PORTOBJFORMAT) && ${PORTOBJFORMAT} == elf ${CC} -o $@ -shared -Wl,-soname,$@ $> .else ld -Bshareable -x -o $@ $> |