From fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 15 May 2014 19:23:14 +0000 Subject: Get pqueue.h from the libssl sources rather than relying upon it being installed. --- src/regress/lib/libcrypto/pqueue/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/pqueue/Makefile') diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile index 8b2d27e052..09c6213e05 100644 --- a/src/regress/lib/libcrypto/pqueue/Makefile +++ b/src/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} -- cgit v1.2.3-55-g6feb