aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-02-09 03:19:15 -0800
committerYann Collet <cyan@fb.com>2017-02-09 03:19:15 -0800
commit04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca (patch)
tree2fc22bd1a5cc5bb3f4058c4ac264ed4f469009df /Makefile
parent04ec09269645760604974980bce5b9df13ef830b (diff)
downloadlz4-04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca.tar.gz
added DragonFly to list of supported `make install` OS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efcf28f7..2d0a9d48 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: