#
# @(#)GNUmakefile	1.5 98/08/22
#
# Makefile for building policytool utility.
#

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

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

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

#
# Anything with a GUI needs X11 to be linked in.
#
OTHER_LDLIBS += -L$(OPENWINHOME)/lib -lX11 

