Add DragonFly to exports/Makefile

Its exclusion was an oversight on my part.
This commit is contained in:
Alex Arslan
2018-04-06 17:30:10 -07:00
parent 77b4dbd53b
commit 24f8d5b624

View File

@@ -156,7 +156,7 @@ endif
endif
#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)