summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLucas Holt <luke@foolishgames.com>2018-09-08 18:46:54 (GMT)
committerLucas Holt <luke@foolishgames.com>2018-09-08 18:46:54 (GMT)
commit3318d573ba09cf6d509d69ee2520b4748408248f (patch)
tree314bf4fac0bf33bfb1111254693a8c9b36ca85a5 /tests/Makefile
parent0f08c22c318356b8b9217376c3d4161c92e6ce1a (diff)
downloadlz4-3318d573ba09cf6d509d69ee2520b4748408248f.zip
lz4-3318d573ba09cf6d509d69ee2520b4748408248f.tar.gz
lz4-3318d573ba09cf6d509d69ee2520b4748408248f.tar.bz2
Add support for MidnightBSD
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 16f2867..3de111b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -133,7 +133,7 @@ checkTag: checkTag.c $(LZ4DIR)/lz4.h
#-----------------------------------------------------------------------------
# validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD))
MD5:=md5sum
ifneq (,$(filter $(shell uname), Darwin ))