diff options
author | beck <> | 2016-09-02 17:02:56 +0000 |
---|---|---|
committer | beck <> | 2016-09-02 17:02:56 +0000 |
commit | f3d3f0266a6dac82aa19fd1d4098f0f9c5ecb812 (patch) | |
tree | 34d9566166f558e38ae71c6e66ca9134392269ae /src | |
parent | b1956fe5420530b5f79ae749a4a0dc7637d37ca1 (diff) | |
download | openbsd-f3d3f0266a6dac82aa19fd1d4098f0f9c5ecb812.tar.gz openbsd-f3d3f0266a6dac82aa19fd1d4098f0f9c5ecb812.tar.bz2 openbsd-f3d3f0266a6dac82aa19fd1d4098f0f9c5ecb812.zip |
Make this regress build again
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/pqueue/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/utf8/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile index 48b9e53183..f20fafe1ec 100644 --- a/src/regress/lib/libcrypto/pqueue/Makefile +++ b/src/regress/lib/libcrypto/pqueue/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2014/07/08 15:53:53 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2016/09/02 17:02:53 beck Exp $ |
2 | 2 | ||
3 | PROG= pq_test | 3 | PROG= pq_test |
4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl | 4 | SRC= ${.CURDIR}/../../../../lib/libssl |
5 | CFLAGS+= -I${SRC} | 5 | CFLAGS+= -I${SRC} |
6 | 6 | ||
7 | LDADD= -lssl -lcrypto | 7 | LDADD= -lssl -lcrypto |
diff --git a/src/regress/lib/libcrypto/utf8/Makefile b/src/regress/lib/libcrypto/utf8/Makefile index 996f5467af..0d97a8a7fd 100644 --- a/src/regress/lib/libcrypto/utf8/Makefile +++ b/src/regress/lib/libcrypto/utf8/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2014/07/08 15:53:53 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2016/09/02 17:02:56 beck Exp $ |
2 | 2 | ||
3 | PROG= utf8test | 3 | PROG= utf8test |
4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 | 4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1 |
5 | LDADD= -lcrypto | 5 | LDADD= -lcrypto |
6 | DPADD= ${LIBCRYPTO} | 6 | DPADD= ${LIBCRYPTO} |
7 | WARNINGS=Yes | 7 | WARNINGS=Yes |