summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Waschbüsch <martin@waschbuesch.de>2016-05-17 05:47:03 (GMT)
committerMartin Waschbüsch <martin@waschbuesch.de>2016-05-17 05:47:03 (GMT)
commit7bfbccb972d349b66f45c9791a12477bfee4c40e (patch)
treeba6c16a14a3caa7aef1e58ba26a4362905340553 /Makefile
parent5bb5d6ee150d6ee90767aa3596e646839cff66ea (diff)
downloadlz4-7bfbccb972d349b66f45c9791a12477bfee4c40e.zip
lz4-7bfbccb972d349b66f45c9791a12477bfee4c40e.tar.gz
lz4-7bfbccb972d349b66f45c9791a12477bfee4c40e.tar.bz2
Add FreeBSD to install targets
Add FreeBSD to install targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 931da35..e54ad5e 100644
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,9 @@ clean:
#------------------------------------------------------------------------
-#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
+#FreeBSD targets
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
install:
@$(MAKE) -C $(LZ4DIR) $@