4b330699f8
directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks
21 lines
298 B
Makefile
21 lines
298 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
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.lib.mk>
|