Skip to content
Snippets Groups Projects
Commit 0339ac50 authored by deuce's avatar deuce
Browse files

NetBSD needs the pthread library (for now... 2.0 is almost out...)

parent c70ccd18
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,11 @@ ifeq ($(os),sunos)
LDFLAGS += -lsocket -lnsl
endif
ifeq ($(os),netbsd)
CFLAGS += $(PTHREAD_CFLAGS)
LDFLAGS += $(PTHREAD_LDFLAGS)
endif
$(SBBSINST): $(OBJS)
ifdef USE_DIALOG
$(QUIET)$(MAKE) --no-print-directory -C ../../libdialog
......
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