diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-19 20:13:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-19 20:13:23 +0000 |
commit | 38c087a3520d66d8b4521be39e2b13ddf9f85f03 (patch) | |
tree | d8c6c8c74e698a904758afcc998e8adb00ae6d86 /security/rsaref | |
parent | e6b0322dcd39e7d4dbbfdaaa82499a9d2cc59abf (diff) | |
download | pkgsrc-38c087a3520d66d8b4521be39e2b13ddf9f85f03.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index f3dd3472cc9..3e9b7aa1308 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/03/24 02:35:56 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2001/11/19 20:13:23 jlam Exp $ # DISTNAME= rsaref @@ -14,6 +14,7 @@ COMMENT= Encryption/authentication library, RSA/MDX/DES CRYPTO= yes LICENSE= no-commercial-use +USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes MAKEFILE= unix/makefile ALL_TARGET= librsaref.la |