summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libmp/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-04 22:10:07 +0000
committerngie <ngie@FreeBSD.org>2014-08-04 22:10:07 +0000
commit0a9b61e64a0ea241dcf77484349684052e6c6391 (patch)
tree77b1051b012faf11d64dcaa92d49afb4a43c662c /tools/regression/lib/libmp/Makefile
parent52fea1f7b260948559fd9554957046eb5dcfa058 (diff)
downloadFreeBSD-src-0a9b61e64a0ea241dcf77484349684052e6c6391.zip
FreeBSD-src-0a9b61e64a0ea241dcf77484349684052e6c6391.tar.gz
Integrate lib/libmp into the build/kyua
- Remove the .t wrapper - Fix -Wreturn-type warnings with clang This change has been tested on amd64/i386 Phabric: D530 Reviewed by: jmmv Approved by: jmmv (co-mentor) MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/lib/libmp/Makefile')
-rw-r--r--tools/regression/lib/libmp/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/regression/lib/libmp/Makefile b/tools/regression/lib/libmp/Makefile
deleted file mode 100644
index a6f60b6..0000000
--- a/tools/regression/lib/libmp/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-
-TESTS= test-libmp
-CFLAGS+= -g -Wall -lcrypto -lmp
-
-.PHONY: tests
-tests: ${TESTS}
- for p in ${TESTS}; do ${.OBJDIR}/$$p; done
-
-.PHONY: clean
-clean:
- -rm -f ${TESTS}
OpenPOWER on IntegriCloud