From 561559277d71cf41470a91d86ba14d3354ccc473 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Tue, 14 Feb 2023 19:15:18 +0000 Subject: [PATCH] zkey: Makefiles: add newline at end of file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Jan Höppner Reviewed-by: Ingo Franzki Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- zkey/ekmfweb/Makefile | 2 +- zkey/kmip/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zkey/ekmfweb/Makefile b/zkey/ekmfweb/Makefile index 013beb84..209074d1 100644 --- a/zkey/ekmfweb/Makefile +++ b/zkey/ekmfweb/Makefile @@ -54,4 +54,4 @@ install: all install-libekmfweb.dep zkey-ekmfweb.so clean: rm -f *.o zkey-ekmfweb.so install-libekmfweb.dep libekmfweb.dep -.PHONY: all install clean \ No newline at end of file +.PHONY: all install clean diff --git a/zkey/kmip/Makefile b/zkey/kmip/Makefile index 14a532e9..ac13c06e 100644 --- a/zkey/kmip/Makefile +++ b/zkey/kmip/Makefile @@ -58,4 +58,4 @@ install: all install-libkmipclient.dep zkey-kmip.so clean: rm -f *.o zkey-kmip.so install-libkmipclient.dep libkmipclient.dep -.PHONY: all install clean \ No newline at end of file +.PHONY: all install clean