From 41be0a3b3d76ee4f254dc81b42bd8ed26ee324e7 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 13 Mar 2023 17:40:54 +0100 Subject: Add NetBSD support. (#90) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8388c29..1601079 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,10 @@ ifeq ($(UNAME_S),FreeBSD) CFLAGS += -pthread CXXFLAGS += -pthread endif +ifeq ($(UNAME_S),NetBSD) + CFLAGS += -pthread + CXXFLAGS += -pthread +endif ifeq ($(UNAME_S),Haiku) CFLAGS += -pthread CXXFLAGS += -pthread -- cgit v1.2.3