added DragonFly to list of supported make install OS

This commit is contained in:
Yann Collet 2017-02-09 03:19:15 -08:00
parent 04ec092696
commit 04e5eaf9bc

View File

@ -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: