summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/free')
-rw-r--r--src/regress/lib/libcrypto/free/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/free/Makefile b/src/regress/lib/libcrypto/free/Makefile
index dabc06262e..4e8a7ed38d 100644
--- a/src/regress/lib/libcrypto/free/Makefile
+++ b/src/regress/lib/libcrypto/free/Makefile
@@ -1,8 +1,10 @@
1# $OpenBSD: Makefile,v 1.2 2018/07/10 20:53:30 tb Exp $ 1# $OpenBSD: Makefile,v 1.3 2018/08/31 17:35:21 tb Exp $
2 2
3TESTS = \ 3TESTS = \
4 freenull 4 freenull
5 5
6PROG = ${TESTS}
7
6REGRESS_TARGETS= all_tests 8REGRESS_TARGETS= all_tests
7 9
8LDADD= -lcrypto 10LDADD= -lcrypto
@@ -10,7 +12,7 @@ DPADD= ${LIBCRYPTO} ${LIBSSL}
10LDFLAGS+= -lcrypto 12LDFLAGS+= -lcrypto
11CFLAGS+= -DLIBRESSL_INTERNAL 13CFLAGS+= -DLIBRESSL_INTERNAL
12 14
13CLEANFILES+= ${TESTS} ${TESTS}.d freenull.c freenull.c.body freenull.c.tmp 15CLEANFILES+= freenull.c freenull.c.body freenull.c.tmp
14 16
15freenull.c: freenull.awk ../../../../lib/libcrypto/Symbols.list 17freenull.c: freenull.awk ../../../../lib/libcrypto/Symbols.list
16 awk -f ${.CURDIR}/freenull.awk \ 18 awk -f ${.CURDIR}/freenull.awk \