diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:50:42 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:50:42 +0000 |
| commit | d511b20a693d77c1dc2491a62124471361eddd8e (patch) | |
| tree | 0e48f6f74b51451185cd0d8b365c12092afdd206 /lib/libmp | |
| parent | 46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff) | |
Notes
Diffstat (limited to 'lib/libmp')
| -rw-r--r-- | lib/libmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 496c6839da60..9f001f521519 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -15,6 +15,7 @@ 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> |
