From cefcc25b13f997ca84ac3b0ca7554ece178f4cc2 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 7 Dec 2021 09:00:58 +0100 Subject: Added missing install target --- rrdtool/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rrdtool/Makefile.in b/rrdtool/Makefile.in index a8de1ead4..dbc956c1b 100644 --- a/rrdtool/Makefile.in +++ b/rrdtool/Makefile.in @@ -15,3 +15,6 @@ rrd_similarity: rrd_similarity.c Makefile $(LIBDPI) clean: /bin/rm -f *.o $(TOOLS) *~ + +install: + @echo -n "" -- cgit v1.2.3