#
# $Id: Makefile,v 1.8 2002/08/23 09:09:05 kingofgib Exp $
#
DEVROOT		= ../..

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

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

OBJ		= ifinfo.$(OBJSUFFIX)
OUT		= ifinfo

# 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

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

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