Kaydet (Commit) c503a41f authored tarafından Thomas Klausner's avatar Thomas Klausner

There is no libdl on NetBSD, just like on FreeBSD, so don't use it there.

üst e6c68c3e
......@@ -43,7 +43,7 @@ LIBSALCPPRT=
LINK=$(CC)
.ENDIF
.IF "$(OS)"!="FREEBSD"
.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD"
STDLIB= -ldl
.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment