]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add OpenBSD to the Makefile test. 235/head 238/head
authorJuan Francisco Cantero Hurtado <iam@juanfra.info>
Sun, 3 Jul 2016 00:22:31 +0000 (02:22 +0200)
committerJuan Francisco Cantero Hurtado <iam@juanfra.info>
Sun, 3 Jul 2016 20:16:00 +0000 (22:16 +0200)
programs/Makefile

index 52a7ca0767996e3c6edc3a595af4a75418b76b7b..a55268a011f2fa5d8438d4c5cf9a143f365a2392 100644 (file)
@@ -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