Add DragonFly to exports/Makefile
Its exclusion was an oversight on my part.
This commit is contained in:
parent
77b4dbd53b
commit
24f8d5b624
|
@ -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