Skip to content

Commit 6c99c97

Browse files
authored
Merge pull request #1509 from ararslan/aa/dragonfly
Add DragonFly to exports/Makefile
2 parents 77b4dbd + 24f8d5b commit 6c99c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exports/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ endif
156156
endif
157157

158158
#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
159-
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD))
159+
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly))
160160

161161
so : ../$(LIBSONAME)
162162

0 commit comments

Comments
 (0)