freebsd-dev/lib/libmp/Makefile
Ken Smith a84020c2b9 Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00

13 lines
149 B
Makefile

# $FreeBSD$
LIB= mp
SHLIB_MAJOR= 5
MAN= libmp.3
INCS= mp.h
SRCS= mpasbn.c
WARNS?= 0
CFLAGS+= -I${.CURDIR}/../../crypto
.include <bsd.lib.mk>