1LIB= aa 2SRCS= aa.c 3LDADD+= -Wl,-E 4LDADD+= -Wl,-rpath,$(BB_OBJDIR) 5LDADD+= -L$(BB_OBJDIR) -lbb 6 7regress: all 8 9.include <bsd.lib.mk> 10 11