From 2109d372988d301c543ac2454abe194e337642c8 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sun, 29 Sep 2019 12:30:10 +0100 Subject: NetBSD various support improvements --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aab53f6d..3a056a73 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,10 @@ ifneq "$(findstring FreeBSD, $(shell uname))" "" CFLAGS += -pthread endif +ifneq "$(findstring NetBSD, $(shell uname))" "" + CFLAGS += -pthread +endif + ifeq "$(findstring clang, $(shell $(CC) --version 2>/dev/null))" "" TEST_CC = afl-gcc else -- cgit 1.4.1