#
# Makefile for badfs filesystem.
#

O_TARGET := badfs.o
obj-y   := inode.o

include $(TOPDIR)/Rules.make
