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

HEADER = \
	arp.h \
	arpdev.h \
	bpf.h \
	icmp.h \
	if.h \
	ifeth.h \
	ifload.h \
	in.h \
	inet.h \
	inetdev.h \
	inetutil.h \
	init.h \
	ip.h \
	loopback.h \
	masqdev.h \
	masquerade.h \
	port.h \
	rawip.h \
	route.h \
	routedev.h \
	tcp.h \
	tcpin.h \
	tcpout.h \
	tcpsig.h \
	tcputil.h \
	udp.h

COBJS = \
	arp.c \
	arpdev.c \
	bpf.c \
	bpf_filter.c \
	icmp.c \
	if.c \
	ifeth.c \
	ifload.c \
	inet.c \
	inetdev.c \
	inetutil.c \
	init.c \
	ip.c \
	loopback.c \
	masqdev.c \
	masquerade.c \
	port.c \
	rawip.c \
	route.c \
	routedev.c \
	tcp.c \
	tcpin.c \
	tcpout.c \
	tcpsig.c \
	tcputil.c \
	udp.c

SRCFILES = $(HEADER) $(COBJS)
