From 948161f4b81ec303262d932617c92ae965191ece Mon Sep 17 00:00:00 2001 From: smace Date: Tue, 15 Sep 1998 14:54:01 +0000 Subject: fix typo in previous commit --- security/rsaref/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/rsaref') 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 $@ $> -- cgit v1.1