mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
9 lines
210 B
Makefile
9 lines
210 B
Makefile
# $NetBSD: lib-expand.mk,v 1.2 2004/08/29 06:23:12 jlam Exp $
|
|
|
|
.PHONY: lib-expand
|
|
do-regress: lib-expand
|
|
lib-expand:
|
|
@test="-lreadline -lreadline"; \
|
|
expected="-ledit -ltermcap -lm"; \
|
|
${TEST_RESULT}
|