#
# Makefile for the Linux MOSIX mfs filesystem routines.
#

O_TARGET := mfs.o
obj-y    := file.o convert.o complete.o server.o client.o scontact.o ccontact.o socket.o count.o

include $(TOPDIR)/Rules.make
