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
No known key found for this signature in database
GPG Key ID: EC409F3AF54AD659
1 changed files with 1 additions and 1 deletions

View File

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