diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2017-02-10 15:00:27 +0100 |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2017-02-10 15:00:27 +0100 |
commit | c139eb40b0d78db390bdc37188eb696d9272f9c4 (patch) | |
tree | fe161fcbaf6cbe13f5a87c5f895f2b179457633b /Makefile | |
parent | 272699a4e91cbdda8dac8f22f8f9d11bfea09ab5 (diff) | |
download | lz4-c139eb40b0d78db390bdc37188eb696d9272f9c4.tar.gz lz4-c139eb40b0d78db390bdc37188eb696d9272f9c4.tar.bz2 lz4-c139eb40b0d78db390bdc37188eb696d9272f9c4.zip |
added OpenBSD NetBSD SunOS to list of supported `make install` OSes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |