diff options
| author | van Hauser <vh@thc.org> | 2019-09-29 18:58:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-29 18:58:28 +0200 |
| commit | 293ff9d58628a03f8e3fb3a55e13e2b0d4068b4f (patch) | |
| tree | b94f928cc31ccc34851b322a467ceba90825edfa /Makefile | |
| parent | fb31a3bf2ed74ff0940017c3d81f36814ea1175f (diff) | |
| parent | 2109d372988d301c543ac2454abe194e337642c8 (diff) | |
| download | afl++-293ff9d58628a03f8e3fb3a55e13e2b0d4068b4f.tar.gz | |
Merge pull request #71 from devnexen/netbsd_support_upd
NetBSD various support improvements
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
