X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=a5322a9c5fd0a22e3098028ee78f7b795d18fadc;hp=15455052a7011857f619c0938875d761a96da103;hb=a8168a223c83362e377889779056a3d96b76a0f8;hpb=ce594fbed12324b1394a04e4e8e78f9aacc1f365 diff --git a/Makefile b/Makefile index 15455052..a5322a9c 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,11 @@ ifndef V endif endif -INSTALL = install +ifeq ($(CONFIG_TARGET_OS), SunOS) + INSTALL = ginstall +else + INSTALL = install +endif prefix = /usr/local bindir = $(prefix)/bin