fix include directive - this is make, not C
authortb <tb@openbsd.org>
Sat, 15 Jul 2023 23:40:46 +0000 (23:40 +0000)
committertb <tb@openbsd.org>
Sat, 15 Jul 2023 23:40:46 +0000 (23:40 +0000)
regress/lib/libssl/symbols/Makefile

index cc7f1d2..d500dfc 100644 (file)
@@ -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 <bsd.own.mk>
+.include <bsd.own.mk>
 
 DPADD=         ${LIBCRYPTO} ${LIBSSL}
 LDFLAGS+=      -lcrypto -lssl