X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=8d8802d6ab7b34d0810ef91b0e0986e7007eba06;hb=bcdf7c586610734ad617ffd4efeb0e56fe9ac440;hp=6a3f85bcfbe5cd3ae830dcbe1f30a3850529f332;hpb=2f2c69242ba72508fb5429d12e1fd72c3cc1e76c;p=fio.git diff --git a/Makefile b/Makefile index 6a3f85bc..8d8802d6 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,12 @@ endif INSTALL = install prefix = /usr/local bindir = $(prefix)/bin + +ifeq ($(UNAME), Darwin) +mandir = /usr/share/man +else mandir = $(prefix)/man +endif all: .depend $(PROGS) $(SCRIPTS)