summaryrefslogtreecommitdiffstats
path: root/secure/lib/librsaglue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/librsaglue/Makefile')
-rw-r--r--secure/lib/librsaglue/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/secure/lib/librsaglue/Makefile b/secure/lib/librsaglue/Makefile
index b374e6b..e077208 100644
--- a/secure/lib/librsaglue/Makefile
+++ b/secure/lib/librsaglue/Makefile
@@ -4,14 +4,13 @@
MAINTAINER= kris
-.if defined(RSAREF) && ${RSAREF} == YES
LIB= RSAglue
SHLIB_MAJOR= 1
CFLAGS+= -I${.OBJDIR}
# rsaref
-SRCS+= rsar_err.c rsaref.c
+SRCS+= rsar_err.c rsaref.c rsaref_stubs.c
HDRS= asn1/asn1.h asn1/asn1_mac.h bio/bio.h bf/blowfish.h bn/bn.h \
buffer/buffer.h cast/cast.h comp/comp.h conf/conf.h crypto.h \
@@ -43,6 +42,3 @@ headers:
.PATH: ${LCRYPTO_SRC}/../rsaref
.include <bsd.lib.mk>
-.else
-.include <bsd.prog.mk>
-.endif
OpenPOWER on IntegriCloud