summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue/Makefile
diff options
context:
space:
mode:
authormiod <>2014-05-06 20:27:19 +0000
committermiod <>2014-05-06 20:27:19 +0000
commit1625bc46e148bc66247d452ced1c755dc6878f04 (patch)
treef636e9d9e972ead71a049790009a8ffcc8881ab7 /src/regress/lib/libcrypto/pqueue/Makefile
parent4c41ab86b2e715aa0c5eebe062a07cc823936c2f (diff)
downloadopenbsd-1625bc46e148bc66247d452ced1c755dc6878f04.tar.gz
openbsd-1625bc46e148bc66247d452ced1c755dc6878f04.tar.bz2
openbsd-1625bc46e148bc66247d452ced1c755dc6878f04.zip
Add a fixed (read: non-SIGSEGV'ing) pq_test.
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue/Makefile')
-rw-r--r--src/regress/lib/libcrypto/pqueue/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile
new file mode 100644
index 0000000000..02a1816b0a
--- /dev/null
+++ b/src/regress/lib/libcrypto/pqueue/Makefile
@@ -0,0 +1,10 @@
1# $OpenBSD: Makefile,v 1.1 2014/05/06 20:27:19 miod Exp $
2
3PROG= pq_test
4CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto
5CFLAGS+= -I${CRYPTO}/pqueue
6
7LDADD= -lcrypto
8DPADD= ${LIBCRYPTO}
9
10.include <bsd.regress.mk>