artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713e8d8
)
Clean up makefile
author
tb
<tb@openbsd.org>
Sat, 3 Dec 2022 09:59:19 +0000
(09:59 +0000)
committer
tb
<tb@openbsd.org>
Sat, 3 Dec 2022 09:59:19 +0000
(09:59 +0000)
regress/lib/libcrypto/x509/rfc3779/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/x509/rfc3779/Makefile
b/regress/lib/libcrypto/x509/rfc3779/Makefile
index
b0fc4dc
..
5c53996
100644
(file)
--- a/
regress/lib/libcrypto/x509/rfc3779/Makefile
+++ b/
regress/lib/libcrypto/x509/rfc3779/Makefile
@@
-1,11
+1,9
@@
-# $OpenBSD: Makefile,v 1.
6 2022/06/02 11:48:36
tb Exp $
+# $OpenBSD: Makefile,v 1.
7 2022/12/03 09:59:19
tb Exp $
-.include "../../Makefile.inc"
-
-PROG= rfc3779
-LDADD= -lcrypto
-DPADD= ${LIBCRYPTO}
-WARNINGS= Yes
-CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
+PROG = rfc3779
+LDADD = -lcrypto
+DPADD = ${LIBCRYPTO}
+WARNINGS = Yes
+CFLAGS += -Werror
.include <bsd.regress.mk>