From 04e5eaf9bc21a1fb5ed8bfcd03ad127bdf5ff4ca Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 9 Feb 2017 03:19:15 -0800 Subject: added DragonFly to list of supported `make install` OS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12