diff options
| author | beck <> | 2016-09-02 17:02:56 +0000 |
|---|---|---|
| committer | beck <> | 2016-09-02 17:02:56 +0000 |
| commit | cd23367e38c6c707cd09774f631fe4f0428e1487 (patch) | |
| tree | 34d9566166f558e38ae71c6e66ca9134392269ae /src/regress/lib/libcrypto/pqueue | |
| parent | 6d4b6672a283558880b46cae242c9f1599f7ba22 (diff) | |
| download | openbsd-cd23367e38c6c707cd09774f631fe4f0428e1487.tar.gz openbsd-cd23367e38c6c707cd09774f631fe4f0428e1487.tar.bz2 openbsd-cd23367e38c6c707cd09774f631fe4f0428e1487.zip | |
Make this regress build again
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue')
| -rw-r--r-- | src/regress/lib/libcrypto/pqueue/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |
