Makefile revision 1.1
1LIB=ad
2SRCS= ad.C
3LDADD=-Wl,-z,initfirst
4LDADD+=-L../libae
5LDADD+=-lae
6.include <bsd.lib.mk>
7