diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2017-02-10 14:00:27 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2017-02-10 14:00:27 (GMT) |
commit | c139eb40b0d78db390bdc37188eb696d9272f9c4 (patch) | |
tree | fe161fcbaf6cbe13f5a87c5f895f2b179457633b /tests/Makefile | |
parent | 272699a4e91cbdda8dac8f22f8f9d11bfea09ab5 (diff) | |
download | lz4-c139eb40b0d78db390bdc37188eb696d9272f9c4.zip lz4-c139eb40b0d78db390bdc37188eb696d9272f9c4.tar.gz lz4-c139eb40b0d78db390bdc37188eb696d9272f9c4.tar.bz2 |
added OpenBSD NetBSD SunOS to list of supported `make install` OSes
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile index 5f8efb7..77e6ae7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -121,9 +121,9 @@ versionsTest: $(PYTHON) test-lz4-versions.py -#------------------------------------------------------------------------ -#make test is validated only for Linux, OSX, kFreeBSD, FreeBSD, Hurd and -#Solaris targets +#----------------------------------------------------------------------------- +# 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)) MD5:=md5sum |