Print this page
4719 update gate build environment to [open]jdk7 4742 update manifests for javadoc7 4743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage 4744 remove traces of /var/sadm/system/admin/default_java Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>
*** 21,32 ****
#
#
# Copyright (c) 1999-2001 by Sun Microsystems, Inc.
# All rights reserved.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
# usr/src/cmd/krb5/kadmin/gui/native/Makefile
#
include $(SRC)/lib/Makefile.lib
--- 21,30 ----
*** 36,46 ****
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
lint := TARGET= lint
- JAVAFLAGS= -nowarn -O
CLASSES=Kadmin
JFILES=$(CLASSES:%=%.java)
CLFILES=$(CLASSES:%=../classdir/%.class)
--- 34,43 ----