# 
# TCP Makefile
#
# x-kernel v3.2
#
# Copyright (c) 1991  Arizona Board of Regents
#
# $Revision: 1.5 $
# $Date: 1992/01/07 20:00:15 $

	
FILES = in_hacks sb tcp_debug tcp_subr tcp_timer tcp_usrreq tcp_x	\
	tcp_output tcp_input tcp_hdr tcp_port
DIRS =

INCLUDES := $(INCLUDES) -I../util

include $(MAKE_INCLUDE)/Makefile.common
