artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b0249
)
fix include directive - this is make, not C
author
tb
<tb@openbsd.org>
Sat, 15 Jul 2023 23:40:46 +0000
(23:40 +0000)
committer
tb
<tb@openbsd.org>
Sat, 15 Jul 2023 23:40:46 +0000
(23:40 +0000)
regress/lib/libssl/symbols/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/symbols/Makefile
b/regress/lib/libssl/symbols/Makefile
index
cc7f1d2
..
d500dfc
100644
(file)
--- a/
regress/lib/libssl/symbols/Makefile
+++ b/
regress/lib/libssl/symbols/Makefile
@@
-1,8
+1,8
@@
-# $OpenBSD: Makefile,v 1.
1.1.1 2023/07/15 19:29:44
tb Exp $
+# $OpenBSD: Makefile,v 1.
2 2023/07/15 23:40:46
tb Exp $
PROG = symbols
-
#
include <bsd.own.mk>
+
.
include <bsd.own.mk>
DPADD= ${LIBCRYPTO} ${LIBSSL}
LDFLAGS+= -lcrypto -lssl