Merge pull request #1509 from ararslan/aa/dragonfly

Add DragonFly to exports/Makefile
This commit is contained in:
Martin Kroeker
2018-04-07 12:06:57 +02:00
committed by GitHub

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)