diff options
| author | miod <> | 2014-05-15 19:23:14 +0000 |
|---|---|---|
| committer | miod <> | 2014-05-15 19:23:14 +0000 |
| commit | fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c (patch) | |
| tree | d993b6fffe5d0a60b38c8e5954fffc8222a0a9d4 /src/regress/lib/libcrypto/pqueue/Makefile | |
| parent | f6b6054589b1f9aa85fabfe254a9647519d258f2 (diff) | |
| download | openbsd-fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c.tar.gz openbsd-fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c.tar.bz2 openbsd-fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c.zip | |
Get pqueue.h from the libssl sources rather than relying upon it being
installed.
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/pqueue/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2014/05/12 19:14:14 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2014/05/15 19:23:14 miod Exp $ |
| 2 | 2 | ||
| 3 | PROG= pq_test | 3 | PROG= pq_test |
| 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl | ||
| 5 | CFLAGS+= -I${SRC} | ||
| 4 | 6 | ||
| 5 | LDADD= -lssl -lcrypto | 7 | LDADD= -lssl -lcrypto |
| 6 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 8 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
