#
# @(#)GNUmakefile	1.7 98/08/19
#
# Makefile for building the jdb debugger
#

BUILDDIR = ../..
PACKAGE = sun.tools.ttydebug
PRODUCT = sun
PROGRAM = jdb
include $(BUILDDIR)/Platform.gmk
include $(BUILDDIR)/makefiles/Defs.gmk

#
# Rules.
#
JAVA_ARGS = "{ \"sun.tools.ttydebug.TTY\" }"
include $(BUILDDIR)/makefiles/Program.gmk
