#
# $Id: Makefile,v 1.8 2002/09/02 06:58:26 kingofgib Exp $
#
DEVROOT		= ../..

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

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

OBJ		= raw.$(OBJSUFFIX)
OUT		= raw

# 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

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

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