unbreak BSDs again
This commit is contained in:
@@ -51,10 +51,26 @@ else
|
||||
ifeq ($(OS),MACOSX)
|
||||
include $(GBUILDDIR)/platform/macosx.mk
|
||||
else
|
||||
ifeq ($(OS),OPENBSD)
|
||||
include $(GBUILDDIR)/platform/openbsd.mk
|
||||
else
|
||||
ifeq ($(OS),FREEBSD)
|
||||
include $(GBUILDDIR)/platform/freebsd.mk
|
||||
else
|
||||
ifeq ($(OS),NETBSD)
|
||||
include $(GBUILDDIR)/platform/netbsd.mk
|
||||
else
|
||||
ifeq ($(OS),DRAGONFLY)
|
||||
include $(GBUILDDIR)/platform/dragonfly.mk
|
||||
else
|
||||
$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
Reference in New Issue
Block a user