summaryrefslogtreecommitdiff
path: root/regress/buildlink-transform/tests/lib-expand.mk
blob: 6b24fad8fb215d116e4bd99b7b8e0d28c8e02af3 (plain)
1
2
3
4
5
6
7
8
# $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}