It's late, last fix for today to avoid introducing new ones.

master
Couriersud 2010-01-20 01:32:08 +00:00
parent eb9ed61a68
commit 6815e7cf8f
1 changed files with 1 additions and 1 deletions

View File

@ -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)