From 8fbb012f92ed491620b8f0ae312c8842aadffe06 Mon Sep 17 00:00:00 2001 From: Giorgio Dal Molin Date: Wed, 12 Nov 2014 17:41:06 +0100 Subject: build: add autotools support for the 'files' subdir Added support to install some 'nft' scripts under '${sysconfdir}/nftables', typically '/etc/nftables'. Signed-off-by: Giorgio Dal Molin Signed-off-by: Pablo Neira Ayuso --- files/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 files/Makefile.in (limited to 'files/Makefile.in') diff --git a/files/Makefile.in b/files/Makefile.in deleted file mode 100644 index dc237e23..00000000 --- a/files/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ -install: - @echo -e " INSTALL\tfiles" - $(MKDIR_P) $(DESTDIR)/$(confdir) - $(INSTALL) -m 755 -p $(SUBDIR)nftables/* $(DESTDIR)/$(confdir)/ - $(SED) -i "s~#\! nft~#\!@sbindir@/nft~" $(DESTDIR)/$(confdir)/* -- cgit v1.2.3