summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-02-09 11:19:15 (GMT)
committerYann Collet <cyan@fb.com>2017-02-09 11:19:15 (GMT)
commit04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca (patch)
tree2fc22bd1a5cc5bb3f4058c4ac264ed4f469009df
parent04ec09269645760604974980bce5b9df13ef830b (diff)
downloadlz4-04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca.zip
lz4-04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca.tar.gz
lz4-04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca.tar.bz2
added DragonFly to list of supported `make install` OS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efcf28f..2d0a9d4 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ clean:
#------------------------------------------------------------------------
#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
#FreeBSD targets
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly))
HOST_OS = POSIX
install: