summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2015-07-31 14:18:07 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2015-07-31 14:18:07 +0000
commitfd4bdf1ae78aee35a7f9029311f2df2ad172100f (patch)
tree6bfb7b8018f864a6ee3ed05e2be891cfd094de38 /regress/lib
parent9350ebde2092c107f86d7a063bb2f1500e0685eb (diff)
Don't hardcode /usr/src, use BSDSRCDIR
Diffstat (limited to 'regress/lib')
-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 f9cf376722a..9330af5c135 100644
--- a/regress/lib/libssl/bytestring/Makefile
+++ b/regress/lib/libssl/bytestring/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2015/06/23 00:02:01 doug Exp $
+# $OpenBSD: Makefile,v 1.3 2015/07/31 14:18:06 tobiasu Exp $
PROG= bytestringtest
LDADD= -lcrypto -lssl
DPADD= ${LIBCRYPTO} ${LIBSSL}
WARNINGS= Yes
-CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I/usr/src/lib/libssl/src/ssl
+CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl/src/ssl
.include <bsd.regress.mk>