summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ffb1ca..88faa02 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,9 @@ OBJ_AGGREGARTP = aggregartp.o util.o
OBJ_DESAGGREGARTP = desaggregartp.o util.o
OBJ_OFFSETS = offsets.o
-BIN = $(DESTDIR)/usr/bin
+PREFIX ?= /usr/local
+BIN = $(DESTDIR)/$(PREFIX)/bin
+MAN = $(DESTDIR)/$(PREFIX)/share/man/man1
all: multicat ingests aggregartp desaggregartp offsets