summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-20 01:32:08 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-20 01:32:08 +0000
commit6815e7cf8fe81893cdfaef819985dee5195e5ca4 (patch)
treea094b25697fea558fcccf9630c76fd77716ba0e9 /makefile
parenteb9ed61a6891c38406ed92636f123418311d75da (diff)
It's late, last fix for today to avoid introducing new ones.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index df4ff31b5a2..dc0e972ba99 100644
--- a/makefile
+++ b/makefile
@@ -83,7 +83,7 @@ endif
ifeq ($(firstword $(filter FreeBSD,$(UNAME))),FreeBSD)
TARGETOS = freebsd
endif
-ifeq ($(firstword $(filter OpenBSD,$(UNAME))),FreeBSD)
+ifeq ($(firstword $(filter OpenBSD,$(UNAME))),OpenBSD)
TARGETOS = openbsd
endif
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)