diff options
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r-- | lib/libmp/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile new file mode 100644 index 000000000000..3ef85cee79c0 --- /dev/null +++ b/lib/libmp/Makefile @@ -0,0 +1,18 @@ +.include <src.opts.mk> + +LIB= mp +SHLIB_MAJOR= 7 +LIBADD= crypto +MAN= libmp.3 +INCS= mp.h +SRCS= mpasbn.c + +CFLAGS+= -I${SRCTOP}/crypto + +VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def +SYMBOL_MAPS= ${.CURDIR}/Symbol.map + +HAS_TESTS= +SUBDIR.${MK_TESTS}+= tests + +.include <bsd.lib.mk> |