diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-12-22 23:02:01 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-12-22 23:02:01 (GMT) |
commit | ea51ad0ceefd0a47df706a9301a8baf9b2629cc0 (patch) | |
tree | ddd9d71f58321b8b16ed70e1e1866887d106f786 /tests | |
parent | 9b4b081c151ddde70587f0838062a9fd660bcc49 (diff) | |
download | lz4-ea51ad0ceefd0a47df706a9301a8baf9b2629cc0.zip lz4-ea51ad0ceefd0a47df706a9301a8baf9b2629cc0.tar.gz lz4-ea51ad0ceefd0a47df706a9301a8baf9b2629cc0.tar.bz2 |
Solaris: working "make install"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index d23ed46..1b92718 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -122,7 +122,7 @@ versionsTest: #------------------------------------------------------------------------ #make test is validated only for Linux, OSX, kFreeBSD, FreeBSD, Hurd and #Solaris targets -ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD SunOS)) +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS)) MD5:=md5sum ifneq (,$(filter $(shell uname), Darwin )) |