$OpenBSD$ --- buildtools/wafadmin/Build.py.orig Mon Jan 14 08:42:06 2013 +++ buildtools/wafadmin/Build.py Mon Jan 14 08:44:03 2013 @@ -940,6 +940,10 @@ class BuildContext(Utils.Context): # well, this *cannot* work return + if sys.platform.startswith("openbsd"): + # no need for symlinks + return + if not path: raise Utils.WafError("where do you want to install %r? (%r?)" % (src, path))