diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:07:26 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:07:26 +0000 |
| commit | 6b129086dcee14496517fae085b448e3edc69bc7 (patch) | |
| tree | 9490af12e8dfdddce4107ac3a4cefe6c56ba0614 /lib/libmp | |
| parent | d98c8ac029f43d6d1b790246c01075b6eabf6a77 (diff) | |
Notes
Diffstat (limited to 'lib/libmp')
| -rw-r--r-- | lib/libmp/Makefile | 3 | ||||
| -rw-r--r-- | lib/libmp/tests/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 5d0e7a702c55..6a73658103e5 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -4,8 +4,7 @@ LIB= mp SHLIB_MAJOR= 7 -DPADD= ${LIBCRYPTO} -LDADD= -lcrypto +LIBADD= crypto MAN= libmp.3 INCS= mp.h SRCS= mpasbn.c diff --git a/lib/libmp/tests/Makefile b/lib/libmp/tests/Makefile index 0f591eb3ea42..e74e80640e20 100644 --- a/lib/libmp/tests/Makefile +++ b/lib/libmp/tests/Makefile @@ -4,7 +4,6 @@ TESTSDIR= ${TESTSBASE}/lib/libmp TAP_TESTS_C+= legacy_test -DPADD+= ${LIBCRYPTO} ${LIBMP} -LDADD+= -lcrypto -lmp +LIBADD+= mp .include <bsd.test.mk> |
