Merge pull request #3 from bentley/openbsd

Remove unnecessary OpenBSD warning.
This commit is contained in:
Richard Goedeken 2015-06-08 06:32:07 -07:00
commit 905c61fd30

View file

@ -52,7 +52,6 @@ ifeq ("$(UNAME)","OpenBSD")
OS = FREEBSD
SO_EXTENSION = so
SHARED = -shared
$(warning OS type "$(UNAME)" not officially supported.')
endif
ifneq ("$(filter GNU/kFreeBSD kfreebsd,$(UNAME))","")
OS = LINUX