f97f77429f
been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
13 lines
149 B
Makefile
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>
|