#
# $Id: Makefile,v 1.4 2002/09/30 09:36:05 kingofgib Exp $
#
DEVROOT		= ../..

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

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

# 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

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

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