added DragonFly to list of supported make install
OS
This commit is contained in:
parent
04ec092696
commit
04e5eaf9bc
2
Makefile
2
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:
|
||||
|
Loading…
Reference in New Issue
Block a user