summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl
diff options
context:
space:
mode:
authortb <>2023-07-15 23:40:46 +0000
committertb <>2023-07-15 23:40:46 +0000
commit002b3063d86e5feaaf936ce82467233e5660ef12 (patch)
treef72dc6dfd3d8ff487e224afe75ab907523c9dc19 /src/regress/lib/libssl
parenta3de466a9035cfd69b15a0f9f811bc3d390abac0 (diff)
downloadopenbsd-002b3063d86e5feaaf936ce82467233e5660ef12.tar.gz
openbsd-002b3063d86e5feaaf936ce82467233e5660ef12.tar.bz2
openbsd-002b3063d86e5feaaf936ce82467233e5660ef12.zip
fix include directive - this is make, not C
Diffstat (limited to 'src/regress/lib/libssl')
-rw-r--r--src/regress/lib/libssl/symbols/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/symbols/Makefile b/src/regress/lib/libssl/symbols/Makefile
index cc7f1d251c..d500dfcd0a 100644
--- a/src/regress/lib/libssl/symbols/Makefile
+++ b/src/regress/lib/libssl/symbols/Makefile
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2023/07/15 19:29:44 tb Exp $ 1# $OpenBSD: Makefile,v 1.2 2023/07/15 23:40:46 tb Exp $
2 2
3PROG = symbols 3PROG = symbols
4 4
5#include <bsd.own.mk> 5.include <bsd.own.mk>
6 6
7DPADD= ${LIBCRYPTO} ${LIBSSL} 7DPADD= ${LIBCRYPTO} ${LIBSSL}
8LDFLAGS+= -lcrypto -lssl 8LDFLAGS+= -lcrypto -lssl