ebc81ded1f
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
23 lines
317 B
Makefile
23 lines
317 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
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|