summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>1998-09-15 14:54:01 +0000
committerScott Mace <smace@FreeBSD.org>1998-09-15 14:54:01 +0000
commit5f4a8f10042b554deec83ed4f18ef92ba8686952 (patch)
tree218fd26a85f8315ea3f607cb5dee1b5ce5966cb6
parentSupport building on non-elf machine (diff)
fix typo in previous commit
Notes
Notes: svn path=/head/; revision=13152
-rw-r--r--security/rsaref/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rsaref/files/Makefile b/security/rsaref/files/Makefile
index 3cf51fbce8fb..b091f351a28b 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 $@ $>