# Simple makefile for the find ip program

PROG    = find_ip
SOURCES = find_ip.cxx

ifndef PTLIBDIR
PTLIBDIR=$(HOME)/ptlib
endif

include $(PTLIBDIR)/make/ptlib.mak

# End of Makefile
