diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-12-22 16:18:39 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-12-22 16:18:39 (GMT) |
commit | 9b4b081c151ddde70587f0838062a9fd660bcc49 (patch) | |
tree | 873905d6ee71a7897ec90e4e13c14b813ffe0d71 /programs | |
parent | fea95c156761ee10d32a4f12105ebd90c67d4f47 (diff) | |
download | lz4-9b4b081c151ddde70587f0838062a9fd660bcc49.zip lz4-9b4b081c151ddde70587f0838062a9fd660bcc49.tar.gz lz4-9b4b081c151ddde70587f0838062a9fd660bcc49.tar.bz2 |
"make test" is now compatible with Solaris
Diffstat (limited to 'programs')
-rw-r--r-- | programs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/Makefile b/programs/Makefile index 74a2440..5f14ad7 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -108,9 +108,9 @@ preview-man: clean-man man #------------------------------------------------------------------------ -#make install is validated only for Linux, OSX, kFreeBSD, Hurd and -#FreeBSD targets -ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD)) +#make install is validated only for Linux, OSX, kFreeBSD, FreeBSD, Hurd and +#Solaris targets +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD SunOS)) unlz4: lz4 ln -s lz4 unlz4 |