summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 21:25:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 21:25:28 +0000
commitb9c455742b4c52b8bba46845dadc63b1422801bf (patch)
tree2e34d507feeafbff42f6cb84b3fff055b8de0697 /security
parentAdd rsaref (diff)
Install rsa.h too
Notes
Notes: svn path=/head/; revision=5506
Diffstat (limited to 'security')
-rw-r--r--security/rsaref/Makefile2
-rw-r--r--security/rsaref/pkg-plist1
2 files changed, 2 insertions, 1 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 5085ee4a5f3f..dc56bfac8397 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -27,7 +27,7 @@ pre-configure:
do-install:
cd ${WRKSRC} && \
- ${INSTALL_DATA} _des.h _md2.h _md5.h rsaref.h global.h \
+ ${INSTALL_DATA} rsa.h _des.h _md2.h _md5.h rsaref.h global.h \
${PREFIX}/include
cd ${WRKSRC} && \
${INSTALL_DATA} librsaref.a librsaref.so.2.0 \
diff --git a/security/rsaref/pkg-plist b/security/rsaref/pkg-plist
index cac4ad9a28be..2d7afd486129 100644
--- a/security/rsaref/pkg-plist
+++ b/security/rsaref/pkg-plist
@@ -1,6 +1,7 @@
lib/librsaref.a
lib/librsaref.so.2.0
@exec /sbin/ldconfig -m %B
+include/rsa.h
include/_md2.h
include/_md5.h
include/_des.h