summaryrefslogtreecommitdiffstats
path: root/regress/libexec/ld.so/initfirst/test2/libaa/Makefile
blob: 08e38bf36aec1241fbd5acb83aab8ace2f8373d1 (plain) (blame)
1
2
3
4
5
6
7
8
LIB=aa
SRCS= aa.C
LDADD=-L../libab
LDADD+=-lab

regress: all

.include <bsd.lib.mk>