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

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)