diff options
author | Martin Waschbüsch <martin@waschbuesch.de> | 2016-05-17 05:47:03 (GMT) |
---|---|---|
committer | Martin Waschbüsch <martin@waschbuesch.de> | 2016-05-17 05:47:03 (GMT) |
commit | 7bfbccb972d349b66f45c9791a12477bfee4c40e (patch) | |
tree | ba6c16a14a3caa7aef1e58ba26a4362905340553 /Makefile | |
parent | 5bb5d6ee150d6ee90767aa3596e646839cff66ea (diff) | |
download | lz4-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) $@ |