aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2017-02-10 10:25:04 -0800
committerGitHub <noreply@github.com>2017-02-10 10:25:04 -0800
commit7e57c398c1b23f1631f690e0154ee4bee98e5f71 (patch)
tree72c5827005a60ab4b42706c9adfbee85ecbaafc6 /Makefile
parentf4b9c1d034597b22f58a4572098bc147d715898b (diff)
parentc139eb40b0d78db390bdc37188eb696d9272f9c4 (diff)
downloadlz4-7e57c398c1b23f1631f690e0154ee4bee98e5f71.tar.gz
Merge pull request #316 from inikep/dev
Dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6954562a..1f5165d0 100644
--- a/Makefile
+++ b/Makefile
@@ -86,10 +86,10 @@ clean:
@echo Cleaning completed
-#------------------------------------------------------------------------
-#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
-#FreeBSD targets
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly))
+#-----------------------------------------------------------------------------
+# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
+#-----------------------------------------------------------------------------
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
HOST_OS = POSIX
install: