freebsd-dev/lib/libmp/Makefile
Dima Dorfman 656c5bc76b 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.
2001-07-29 08:49:15 +00:00

15 lines
234 B
Makefile

# $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>