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,12 +21,10 @@
 #
 #
 # 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
 
@@ -36,11 +34,10 @@
 clean :=        TARGET= clean
 clobber :=      TARGET= clobber
 install :=      TARGET= install
 lint :=         TARGET= lint
 
-JAVAFLAGS= -nowarn -O
 
 CLASSES=Kadmin
 
 JFILES=$(CLASSES:%=%.java)
 CLFILES=$(CLASSES:%=../classdir/%.class)