From faf8cfb358aa25b00826abaa750ae63f1d59d5f9 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 15 Jul 2023 23:40:46 +0000 Subject: [PATCH] fix include directive - this is make, not C --- regress/lib/libssl/symbols/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libssl/symbols/Makefile b/regress/lib/libssl/symbols/Makefile index cc7f1d251c2..d500dfcd0a6 100644 --- a/regress/lib/libssl/symbols/Makefile +++ b/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 -- 2.20.1