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

This commit is contained in:
Couriersud 2010-01-20 01:32:08 +00:00
parent eb9ed61a68
commit 6815e7cf8f

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)