about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-05-19 17:57:56 +0200
committerhexcoder- <heiko@hexco.de>2020-05-19 17:57:56 +0200
commit3b4cd98498d253d7e3d0116ce8da913d56a1f234 (patch)
treedce7a083d218e7288c8a97d0c45cd0c4d2be8143
parent0ed767fac5882c98f046cd6482f6fd4b0df1514a (diff)
downloadafl++-3b4cd98498d253d7e3d0116ce8da913d56a1f234.tar.gz
add local include paths for DronFlyBSD
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 34539cec..fbcc53de 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -94,6 +94,11 @@ ifeq "$(shell uname -s)" "FreeBSD"
   LDFLAGS += -L /usr/local/lib/
 endif
 
+ifeq "$(shell uname -s)" "DragonFly"
+  override CFLAGS  += -I /usr/local/include/
+  LDFLAGS += -L /usr/local/lib/
+endif
+
 ifeq "$(shell uname -s)" "OpenBSD"
   override CFLAGS  += -I /usr/local/include/
   LDFLAGS += -L /usr/local/lib/