11 lines
507 B
Text
11 lines
507 B
Text
--- Makefile.orig 2016-07-16 18:17:53 UTC
|
|
+++ Makefile
|
|
@@ -73,7 +73,7 @@ clean:
|
|
#------------------------------------------------------------------------
|
|
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
|
|
#------------------------------------------------------------------------
|
|
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
|
|
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly))
|
|
HOST_OS = POSIX
|
|
install:
|
|
$(MAKE) -C $(ZSTDDIR) $@
|