#include "../Mosaic.cf"

INCLUDES = -I..
SRCS = list.c mesg.c net.c netdata.c
OBJS = list.o mesg.o net.o netdata.o

NormalLibraryObjectRule()
NormalLibraryTarget(net,$(OBJS))
DependTarget()
