d511b20a69
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912.
22 lines
309 B
Makefile
22 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= mp
|
|
SHLIB_MAJOR= 7
|
|
LIBADD= crypto
|
|
MAN= libmp.3
|
|
INCS= mp.h
|
|
SRCS= mpasbn.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/crypto
|
|
|
|
VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
|
|
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.lib.mk>
|