Install rsa.h too

This commit is contained in:
Andrey A. Chernov 1997-02-02 21:25:28 +00:00
parent 2705181d05
commit b9c455742b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5506
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -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