blob: 57f5dc38620fcdf83f785731e2c37dbdfb3cfc5d (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: rpath-usr-lib-slashdot.mk,v 1.1.1.1 2004/08/27 21:34:58 jlam Exp $
.PHONY: rpath-usr-lib-slashdot
do-regress: rpath-usr-lib-slashdot
rpath-usr-lib-slashdot:
@test="${COMPILER_RPATH_FLAG}/usr/lib/."; \
expected=""; \
${TEST_RESULT}
|