$NetBSD: patch-Makefile,v 1.7 2018/07/03 14:27:59 adam Exp $

Enable the "install" target on all OS.

--- Makefile.orig	2018-06-28 08:55:26.000000000 +0000
+++ Makefile
@@ -110,7 +110,6 @@ clean:
 #------------------------------------------------------------------------------
 # make install is validated only for Linux, macOS, Hurd and some BSD targets
 #------------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT))
 
 HOST_OS = POSIX
 CMAKE_PARAMS = -DZSTD_BUILD_CONTRIB:BOOL=ON -DZSTD_BUILD_STATIC:BOOL=ON -DZSTD_BUILD_TESTS:BOOL=ON -DZSTD_ZLIB_SUPPORT:BOOL=ON -DZSTD_LZMA_SUPPORT:BOOL=ON
@@ -296,7 +295,6 @@ clang38install:
 lz4install:
 	[ -e lz4 ] || git clone https://github.com/lz4/lz4 && sudo $(MAKE) -C lz4 install
 
-endif
 
 
 ifneq (,$(filter MSYS%,$(shell uname)))
