mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
9 lines
217 B
Makefile
9 lines
217 B
Makefile
# $NetBSD: rpath-usr-lib.mk,v 1.1.1.1 2004/08/27 21:34:58 jlam Exp $
|
|
|
|
.PHONY: rpath-usr-lib
|
|
do-regress: rpath-usr-lib
|
|
rpath-usr-lib:
|
|
@test="${COMPILER_RPATH_FLAG}/usr/lib"; \
|
|
expected=""; \
|
|
${TEST_RESULT}
|