summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2016-09-02 17:31:05 +0000
committerBob Beck <beck@cvs.openbsd.org>2016-09-02 17:31:05 +0000
commit1c5262ac99dd4eecdc6edde7581e36d4db72b4ea (patch)
tree79f7acb9fad77d9ed918c668104e9a7ebead3254
parent6999245c3f5f143c5ae8f27945558c151a78d48b (diff)
Fix build of regress after source moves
-rw-r--r--regress/lib/libssl/bytestring/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/bytestring/Makefile b/regress/lib/libssl/bytestring/Makefile
index 9330af5c135..cc271b1b64e 100644
--- a/regress/lib/libssl/bytestring/Makefile
+++ b/regress/lib/libssl/bytestring/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2015/07/31 14:18:06 tobiasu Exp $
+# $OpenBSD: Makefile,v 1.4 2016/09/02 17:31:04 beck Exp $
PROG= bytestringtest
LDADD= -lcrypto -lssl
DPADD= ${LIBCRYPTO} ${LIBSSL}
WARNINGS= Yes
-CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl/src/ssl
+CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl
.include <bsd.regress.mk>