summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/pqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/pqueue/Makefile')
-rw-r--r--regress/lib/libcrypto/pqueue/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/pqueue/Makefile b/regress/lib/libcrypto/pqueue/Makefile
index 8b2d27e0525..09c6213e05b 100644
--- a/regress/lib/libcrypto/pqueue/Makefile
+++ b/regress/lib/libcrypto/pqueue/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2014/05/12 19:14:14 miod Exp $
+# $OpenBSD: Makefile,v 1.4 2014/05/15 19:23:14 miod Exp $
PROG= pq_test
+SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl
+CFLAGS+= -I${SRC}
LDADD= -lssl -lcrypto
DPADD= ${LIBSSL} ${LIBCRYPTO}