1656c5bc7SDima Dorfman# $FreeBSD$ 2656c5bc7SDima Dorfman 3656c5bc7SDima DorfmanLIB= mp 4401e25bdSDima DorfmanSHLIB_MAJOR= 4 5656c5bc7SDima DorfmanCFLAGS+= -ansi -pedantic 6656c5bc7SDima DorfmanWARNS?= 2 7401e25bdSDima Dorfman# openssl/bn.h isn't WARNS-safe, but I still want the warings. 8656c5bc7SDima DorfmanNO_WERROR= yes 9656c5bc7SDima DorfmanSRCS= mpasbn.c 106375bbb6SDima DorfmanINCS= mp.h 111e27d2dcSRuslan ErmilovMAN= libmp.3 12656c5bc7SDima Dorfman 13656c5bc7SDima Dorfman.include <bsd.lib.mk> 14