# This file gets included by the Makefile in this directory to determine
# the files that should go only into source distributions.

HEADER = mount.h mount_xdr.h nfsmnt.h
COBJS = mount.c mount_xdr.c nfsmnt.c

SRCFILES = $(HEADER) $(COBJS)
