Merge pull request #1509 from ararslan/aa/dragonfly
Add DragonFly to exports/Makefile
This commit is contained in:
commit
6c99c97489
|
@ -156,7 +156,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
|
#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
|
||||||
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD))
|
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly))
|
||||||
|
|
||||||
so : ../$(LIBSONAME)
|
so : ../$(LIBSONAME)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue