#
# $Id: Makefile,v 1.9 2002/09/02 06:58:26 kingofgib Exp $
# 

DEVROOT		= ../..

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

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

OBJ		= client.$(OBJSUFFIX)
OUT		= client

# 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

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

client.$(OBJSUFFIX):	 ../../src/pnet6.h
