#
# $Id: Makefile,v 1.1 2002/12/08 14:31:13 kingofgib Exp $
#
DEVROOT		= ../..

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

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

# 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

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

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