From fd4bdf1ae78aee35a7f9029311f2df2ad172100f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 31 Jul 2015 14:18:07 +0000 Subject: Don't hardcode /usr/src, use BSDSRCDIR --- regress/lib/libssl/bytestring/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/lib') 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 -- cgit v1.2.3