about summary refs log tree commit diff stats
path: root/contrib/rfgrep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rfgrep/Makefile')
-rw-r--r--contrib/rfgrep/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/rfgrep/Makefile b/contrib/rfgrep/Makefile
deleted file mode 100644
index 1468fec..0000000
--- a/contrib/rfgrep/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-BIN = rfgrep
-PREFIX = /usr/local
-
-install:
-	mkdir -p $(DESTDIR)$(PREFIX)/bin
-	install -m755 $(BIN) $(DESTDIR)$(PREFIX)/bin/