summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue/Makefile
blob: 02a1816b0a4cbe29c1f3e21da573790cfe59bca3 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.1 2014/05/06 20:27:19 miod Exp $

PROG=	pq_test
CRYPTO=	${.CURDIR}/../../../../lib/libssl/src/crypto
CFLAGS+= -I${CRYPTO}/pqueue

LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}

.include <bsd.regress.mk>