#
# Copyright (c) 2001-2006 NeuStar, Inc. All Rights Reserved.
#
# $Id: Makefile,v 1.2 2006/03/01 01:35:38 wtan Exp $
#
# This is the Makefile for building EPP Java Implementation
#
# Makefile for directory src/com/neulevel/biz

TARGETS = BizProtect.class \
          BizContact.class \
          BizAccount.class \
          BizLock.class \

DIRS = 
TOP = ../../../../
include $(TOP)/src/Makefile.incl
