Skip to content
Snippets Groups Projects
Commit 6b9beb06 authored by deuce's avatar deuce
Browse files

NetBSD needs the pthread lib for now.

parent e703f3dc
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@ ifeq ($(os),sunos)
LDFLAGS += -lsocket -lnsl
endif
ifeq ($(os),netbsd)
CFLAGS += $(PTHREAD_CFLAGS)
LDFLAGS += $(PTHREAD_LDFLAGS)
endif
FORCE$(EXEODIR)/umonitor: $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
$(EXEODIR)/umonitor: $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment