summaryrefslogtreecommitdiff
path: root/bin86
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2010-10-23 17:32:23 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:50 +0200
commitdddc44a59e3e393d5440a06e2b0535aeb1304f77 (patch)
treecfc2b774571f7cd6513a7e2f01a04518016e4995 /bin86
parent62c27c1c5cb6257b13dfc9be0394e0d2e86f2735 (diff)
downloaddev86-dddc44a59e3e393d5440a06e2b0535aeb1304f77.tar.gz
Import Dev86src-0.16.18.tar.gzv0.16.18
Diffstat (limited to 'bin86')
-rw-r--r--bin86/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin86/Makefile b/bin86/Makefile
index 3d8aa6f..df1c3ec 100644
--- a/bin86/Makefile
+++ b/bin86/Makefile
@@ -6,7 +6,11 @@ DIRS=ld as
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
LIBDIR=$(PREFIX)/lib
+ifeq ($(PREFIX),/usr)
+MANDIR=$(PREFIX)/share/man/man1
+else
MANDIR=$(PREFIX)/man/man1
+endif
SUF=86
INSTALL_OPT=-m 755