#
# Makefile for the linux /dev/pts virtual filesystem.
#

O_TARGET := devpts.o
O_OBJS   := root.o inode.o

M_OBJS   := $(O_TARGET)

include $(TOPDIR)/Rules.make
