# 
# UDP Makefile
#
# x-kernel v3.2
#
# Copyright (c) 1991  Arizona Board of Regents
#
# $Revision: 1.6 $
# $Date: 1991/12/21 02:57:47 $
	

FILES = udp udp_port
DIRS = 

#
# ../util picks up the port management code
#
INCLUDES := $(INCLUDES) -I../util

include $(MAKE_INCLUDE)/Makefile.common
