SUBDIR=mfs

OBJS=mfs.o	# I don't know why this isn't automatic -- ml
CFILES=mfs.c
HFILES=mfs.h
ALL=$(CFILES) $(HFILES)

include ../Makefile.common

install: all
