blob: 2c9dea8f9de2d99e73d3982170006168d16ba049 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: lib-expand.mk,v 1.1 2004/08/28 06:26:41 jlam Exp $
.PHONY: lib-expand
do-regress: lib-expand
lib-expand:
@test="-lreadline"; \
expected="-ledit -ltermcap -lm"; \
${TEST_RESULT}
|