diff options
author | 2010-01-20 01:32:08 +0000 | |
---|---|---|
committer | 2010-01-20 01:32:08 +0000 | |
commit | 6815e7cf8fe81893cdfaef819985dee5195e5ca4 (patch) | |
tree | a094b25697fea558fcccf9630c76fd77716ba0e9 /makefile | |
parent | eb9ed61a6891c38406ed92636f123418311d75da (diff) |
It's late, last fix for today to avoid introducing new ones.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |