diff options
author | kris <kris@FreeBSD.org> | 2000-03-07 20:55:55 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-07 20:55:55 +0000 |
commit | c56608d1a88c87b06840912682c8d2b93406b0c8 (patch) | |
tree | 50e24dbc8ec4c777d2f2c8c4015bbc7db97caea6 /secure/lib | |
parent | 26931f649e3347f6ac6c6e0d51670063f3bbd498 (diff) | |
download | FreeBSD-src-c56608d1a88c87b06840912682c8d2b93406b0c8.zip FreeBSD-src-c56608d1a88c87b06840912682c8d2b93406b0c8.tar.gz |
Build a shared library too - ports expect it.
Reviewed by: peter
Approved by: jkh
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/librsaglue/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/lib/librsaglue/Makefile b/secure/lib/librsaglue/Makefile index 43da83d..9536ed5 100644 --- a/secure/lib/librsaglue/Makefile +++ b/secure/lib/librsaglue/Makefile @@ -3,7 +3,6 @@ LIB= RSAglue SHLIB_MAJOR= 1 SRCS= stub.c -NOPIC= .a only CLEANFILES+= stub.c stub.c: |