summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-12-03 09:59:19 +0000
committertb <>2022-12-03 09:59:19 +0000
commit9f0b51175f011ef96f149e69af59cc3a16799d09 (patch)
tree3afa50d6de014b5c677322bafb0cebd2ddda87f6 /src
parentd41d2868dc8693eb98efff0334df3d63f9c2cf94 (diff)
downloadopenbsd-9f0b51175f011ef96f149e69af59cc3a16799d09.tar.gz
openbsd-9f0b51175f011ef96f149e69af59cc3a16799d09.tar.bz2
openbsd-9f0b51175f011ef96f149e69af59cc3a16799d09.zip
Clean up makefile
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/rfc3779/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile
index b0fc4dc683..5c53996c4b 100644
--- a/src/regress/lib/libcrypto/x509/rfc3779/Makefile
+++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile
@@ -1,11 +1,9 @@
1# $OpenBSD: Makefile,v 1.6 2022/06/02 11:48:36 tb Exp $ 1# $OpenBSD: Makefile,v 1.7 2022/12/03 09:59:19 tb Exp $
2 2
3.include "../../Makefile.inc" 3PROG = rfc3779
4 4LDADD = -lcrypto
5PROG= rfc3779 5DPADD = ${LIBCRYPTO}
6LDADD= -lcrypto 6WARNINGS = Yes
7DPADD= ${LIBCRYPTO} 7CFLAGS += -Werror
8WARNINGS= Yes
9CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
10 8
11.include <bsd.regress.mk> 9.include <bsd.regress.mk>