diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-09-15 03:38:59 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-09-15 03:38:59 +0000 |
commit | 34115e265bd2cc01420b31d1008a812985a36135 (patch) | |
tree | 01f2025af9267e5156ab204bff0fa82d00af7613 /security/rsaref/files | |
parent | 9082610c961a1498fb7e71a992b7baf35384140d (diff) | |
download | freebsd-ports-34115e265bd2cc01420b31d1008a812985a36135.zip |
make ELF conversion comply with standard
Diffstat (limited to 'security/rsaref/files')
-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 ffc2d0f29ac4..e1b2f25e434b 100644 --- a/security/rsaref/files/Makefile +++ b/security/rsaref/files/Makefile @@ -21,5 +21,5 @@ $(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) - ${CC} -o $@ -shared -Wl,-rpath,${PREFIX}/lib -Wl,-soname,$@ $> + ${CC} -o $@ -shared -Wl,-soname,$@ $> |