summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-15 12:10:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-15 12:10:38 +0000
commit0f5d93928f5355ca7df998baa429c2ffe33ec923 (patch)
treef60e003fa738157f592caeb68dd8152ea2c13369 /crashrep
parent178c9f5063a89d19e1f050883e9cd8522295be00 (diff)
dragonfly stuff
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/unx/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk
index 8383f682443c..d0d04ff58361 100755
--- a/crashrep/source/unx/makefile.mk
+++ b/crashrep/source/unx/makefile.mk
@@ -56,7 +56,8 @@ APP1TARGET=$(TARGET)
APP1OBJS=$(OBJFILES)
APP1RPATH=BRAND
-.IF "$(OS)" != "FREEBSD" && "$(OS)" != "MACOSX" && "$(OS)"!="NETBSD"
+.IF "$(OS)" != "FREEBSD" && "$(OS)" != "MACOSX" && "$(OS)"!="NETBSD" && \
+ "$(OS)" != "DRAGONFLY"
APP1STDLIBS+=-ldl -lnsl
.ENDIF
.IF "$(OS)" == "SOLARIS"