Browse Source
Add DragonFly to exports/Makefile
Its exclusion was an oversight on my part.
tags/v0.3.0^2
Alex Arslan
7 years ago
No known key found for this signature in database
GPG Key ID: EC409F3AF54AD659
1 changed files with
1 additions and
1 deletions
-
exports/Makefile
|
|
@@ -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) |
|
|
|
|
|
|
|