From: tb Date: Sat, 15 Jul 2023 23:40:46 +0000 (+0000) Subject: fix include directive - this is make, not C X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=faf8cfb358aa25b00826abaa750ae63f1d59d5f9;p=openbsd fix include directive - this is make, not C --- 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