mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
# $NetBSD: libpath.mk,v 1.1 2004/11/09 16:44:49 jlam Exp $
|
|
|
|
.PHONY: libpath
|
|
do-regress: libpath
|
|
libpath:
|
|
@test="${LOCALBASE}/lib/libfoo.la"; \
|
|
expected="${BUILDLINK_DIR}/lib/libfoo.la"; \
|
|
${TEST_RESULT}
|