#
# $Id: Makefile,v 1.1 2002/10/02 06:51:35 kingofgib Exp $
#
DEVROOT		= ../..

include ../../files/Make.header

#----------------------------------------------------------------------
OBJ		= udpserv.$(OBJSUFFIX)
OUT		= udpserv

# All the libraries the executable needs

GENLIBS = $(LIBDIR)/libpnet6.$(LIBSUFFIX)

LLIBS	= $(GENLIBS)

LINC  = 

XRELFLAGS = 
XDBGFLAGS = 

# Tell make to build an executable
TGT   = exe

include ../../files/Make.trailer

#----------------------------------------------------------------------

udpserv.$(OBJSUFFIX):	../../src/pnet6.h ../../src/pnet6pkt.h \
		../../src/pnet6tlp.h
