# $FreeBSD: stable/5/lib/libmp/Makefile 132757 2004-07-28 05:44:07Z kan $

LIB=		mp
SHLIB_MAJOR=	4
MAN=		libmp.3
INCS=		mp.h
SRCS=		mpasbn.c

WARNS?=		0
CFLAGS+=	-I${.CURDIR}/../../crypto

.include <bsd.lib.mk>
