summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print
diff options
context:
space:
mode:
authorstevel <none@none>2006-06-12 14:14:31 -0700
committerstevel <none@none>2006-06-12 14:14:31 -0700
commit4d828b60adb6dc4f18e7ce7ff40316df1431d1fe (patch)
treecd4e35bfb3e104d6d761ec14a19f01e4aba2206c /usr/src/cmd/print
parentf498645a3eecf2ddd304b4ea9c7f1b4c155ff79e (diff)
downloadillumos-gate-4d828b60adb6dc4f18e7ce7ff40316df1431d1fe.tar.gz
6436297 printmgr/helptools' Makefile has been all but abandoned by 6432546
--HG-- rename : usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile => deleted_files/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile
Diffstat (limited to 'usr/src/cmd/print')
-rw-r--r--usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile4
-rw-r--r--usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile42
2 files changed, 2 insertions, 44 deletions
diff --git a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile b/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile
index faab83f740..5133a2df50 100644
--- a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile
+++ b/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile
@@ -99,7 +99,8 @@ $(MSGFILES):= OWNER = root
$(MSGFILES):= GROUP = lp
$(MSGFILES):= FILEMODE = 644
-CLEANFILES= *.class pmHelpResources.java pmCopyright.java
+CLEANFILES= *.class pmHelpResources.java pmCopyright.java \
+ helptools/*.class helptools/parsehelp
CLOBBERFILES=
#
@@ -144,5 +145,4 @@ jstyle:
lint:
clean:
$(RM) $(CLEANFILES)
- cd helptools; $(MAKE) clean
clobber: clean
diff --git a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile b/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile
deleted file mode 100644
index 19782de927..0000000000
--- a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# ident "%Z%%M% %I% %E% SMI"
-#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# Makefile for Java Print Manager help tools
-#
-include $(SRC)/Makefile.master
-
-CLASSPATH= $(JAVA_ROOT)/jre/lib/rt.jar
-
-CLASSFILES = parseMain.class
-
-CLEANFILES= *.class parsehelp
-CLOBBERFILES=
-
-install all: $(CLASSFILES)
-
-clobber: clean
-clean:
- $(RM) $(CLEANFILES)