summaryrefslogtreecommitdiffstats
path: root/regress/libexec/ld.so/initfirst/test2/libad/Makefile
blob: 73cf97acd504d3e614ef52c68d16bac865b98327 (plain) (blame)
1
2
3
4
5
6
LIB=ad
SRCS= ad.C
LDADD=-Wl,-z,initfirst
LDADD+=-L../libae
LDADD+=-lae
.include <bsd.lib.mk>