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