about summary refs log tree commit diff
diff options
context:
space:
mode:
-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/