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

HEADER = \
	ethernet.h 

COMMON_SRCS = ../main.c
ARAETHER_SRCS = aratie.s \
		ethernet.c

COBJS = \
	$(COMMON_SRCS) \
	$(ARAETHER_SRCS)

SRCFILES = $(HEADER) $(COBJS)
