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

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

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

OBJ		= arp6.$(OBJSUFFIX)
OUT		= arp6

# 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

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

arp6.$(OBJSUFFIX):	../../src/pnet6.h ../../src/pnet6pkt.h
