Module Name: src
Committed By: joerg
Date: Thu Sep 13 21:13:34 UTC 2012
Modified Files:
src/tests/net/fdpass: Makefile
Log Message:
Workaround infrastructure bug where additional rpath flags are added for
/lib, resulting in linker warnings for the compat case.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/fdpass/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/fdpass/Makefile
diff -u src/tests/net/fdpass/Makefile:1.3 src/tests/net/fdpass/Makefile:1.4
--- src/tests/net/fdpass/Makefile:1.3 Mon Sep 10 11:29:06 2012
+++ src/tests/net/fdpass/Makefile Thu Sep 13 21:13:34 2012
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2012/09/10 11:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.4 2012/09/13 21:13:34 joerg Exp $
#
+SHLIBDIR= /usr/lib
+SHLIBINSTALLDIR= /usr/lib
+
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/fdpass