summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-29 08:49:15 +0000
committerdd <dd@FreeBSD.org>2001-07-29 08:49:15 +0000
commit2aadb933013c79e6433612e84aeae7f3138631d1 (patch)
tree8c701e3e56d4c933442333baaf7f81d37ac82860 /lib/libmp/Makefile
parent5a0027f1f60905e1feb438914fa87891d46bee9e (diff)
downloadFreeBSD-src-2aadb933013c79e6433612e84aeae7f3138631d1.zip
FreeBSD-src-2aadb933013c79e6433612e84aeae7f3138631d1.tar.gz
This is the traditional BSD libmp interface implemented in terms of
the OpenSSL BIGNUM interface. It is provided for compatibility only and should not be used in new code.
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r--lib/libmp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
new file mode 100644
index 0000000..1e11ff1
--- /dev/null
+++ b/lib/libmp/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+LIB= mp
+CFLAGS+= -ansi -pedantic
+WARNS?= 2
+NO_WERROR= yes
+SHLIB_MAJOR= 4
+SRCS= mpasbn.c
+
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/mp.h ${DESTDIR}/usr/include
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud