mirror of
https://github.com/facebook/zstd.git
synced 2025-08-10 04:43:07 +03:00
Add OpenBSD to the Makefile test.
This commit is contained in:
@@ -154,10 +154,10 @@ clean:
|
|||||||
@echo Cleaning completed
|
@echo Cleaning completed
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
|
#make install is validated only for Linux, OSX, kFreeBSD, Hurd and OpenBSD targets
|
||||||
#------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
|
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD))
|
||||||
HOST_OS = POSIX
|
HOST_OS = POSIX
|
||||||
install: zstd
|
install: zstd
|
||||||
@echo Installing binaries
|
@echo Installing binaries
|
||||||
|
Reference in New Issue
Block a user