From: Juan Francisco Cantero Hurtado Date: Sun, 3 Jul 2016 00:22:31 +0000 (+0200) Subject: Add OpenBSD to the Makefile test. X-Git-Tag: v0.7.3^2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ad6f19115a2440e1904d1e187bc97ac830c7f1;p=thirdparty%2Fzstd.git Add OpenBSD to the Makefile test. --- diff --git a/programs/Makefile b/programs/Makefile index 52a7ca076..a55268a01 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -154,10 +154,10 @@ clean: @echo Cleaning completed -#------------------------------------------------------------------------ -#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets -#------------------------------------------------------------------------ -ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU)) +#--------------------------------------------------------------------------------- +#make install is validated only for Linux, OSX, kFreeBSD, Hurd and OpenBSD targets +#--------------------------------------------------------------------------------- +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD)) HOST_OS = POSIX install: zstd @echo Installing binaries