diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-15 12:10:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-15 12:10:38 +0000 |
commit | 0f5d93928f5355ca7df998baa429c2ffe33ec923 (patch) | |
tree | f60e003fa738157f592caeb68dd8152ea2c13369 /crashrep/source | |
parent | 178c9f5063a89d19e1f050883e9cd8522295be00 (diff) |
dragonfly stuff
Diffstat (limited to 'crashrep/source')
-rwxr-xr-x | crashrep/source/unx/makefile.mk | 3 |
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" |