From c13c45fde68298e3c996372333addd672ddb6737 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 28 Feb 2019 10:23:45 -0600 Subject: tools: add support for Haiku Signed-off-by: Alexander von Gluck IV --- src/tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools') diff --git a/src/tools/Makefile b/src/tools/Makefile index f2904f2..0eecc57 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -51,6 +51,9 @@ LIBMNL_LDLIBS := $(shell $(PKG_CONFIG) --libs libmnl 2>/dev/null || echo -lmnl) CFLAGS += $(LIBMNL_CFLAGS) LDLIBS += $(LIBMNL_LDLIBS) endif +ifeq ($(PLATFORM),haiku) +LDLIBS += -lnetwork -lbsd +endif ifneq ($(V),1) BUILT_IN_LINK.o := $(LINK.o) -- cgit v1.2.3-59-g8ed1b