summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 07bec03..060ce21 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -126,15 +126,15 @@ else
INSTALL ?= install
endif
-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
-PREFIX ?= /usr
-else
PREFIX ?= /usr/local
-endif
-
DESTDIR ?=
BINDIR ?= $(PREFIX)/bin
+
+ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
+MANDIR ?= $(PREFIX)/man/man1
+else
MANDIR ?= $(PREFIX)/share/man/man1
+endif
INSTALL_PROGRAM ?= $(INSTALL) -m 755
INSTALL_SCRIPT ?= $(INSTALL) -m 755