#
# @(#)GNUmakefile	1.3 98/08/19
#
# Makefile for building jarsigner utility.
#

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

#
# Class to launch tool with.
#
JAVA_ARGS = "{ \"-J-ms8m\", \"sun.security.tools.JarSigner\" }"

#
# Rules.
#
include $(BUILDDIR)/makefiles/Program.gmk
