From 763925c42c273ae828b3f88c29e2cb6cec205ee4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 15 Jul 2023 23:40:46 +0000 Subject: fix include directive - this is make, not C --- src/regress/lib/libssl/symbols/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/symbols/Makefile b/src/regress/lib/libssl/symbols/Makefile index cc7f1d251c..d500dfcd0a 100644 --- a/src/regress/lib/libssl/symbols/Makefile +++ b/src/regress/lib/libssl/symbols/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2023/07/15 19:29:44 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2023/07/15 23:40:46 tb Exp $ PROG = symbols -#include +.include DPADD= ${LIBCRYPTO} ${LIBSSL} LDFLAGS+= -lcrypto -lssl -- cgit v1.2.3-55-g6feb