Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
957N/A#
957N/A# CDDL HEADER START
957N/A#
957N/A# The contents of this file are subject to the terms of the
957N/A# Common Development and Distribution License, Version 1.0 only
957N/A# (the "License"). You may not use this file except in compliance
957N/A# with the License.
957N/A#
957N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
957N/A# or http://www.opensolaris.org/os/licensing.
957N/A# See the License for the specific language governing permissions
957N/A# and limitations under the License.
957N/A#
957N/A# When distributing Covered Code, include this CDDL HEADER in each
957N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
957N/A# If applicable, add the following below this CDDL HEADER, with the
957N/A# fields enclosed by brackets "[]" replaced with your own identifying
957N/A# information: Portions Copyright [yyyy] [name of copyright owner]
957N/A#
957N/A# CDDL HEADER END
957N/A#
957N/A#
957N/A# ident "%Z%%M% %I% %E% SMI"
957N/A#
957N/A# Copyright (c) 1999 by Sun Microsystems, Inc.
957N/A# All rights reserved.
957N/A#
957N/A# Makefile for print manager wrapper script
957N/A#
957N/Ainclude $(SRC)/cmd/Makefile.cmd
957N/A
957N/APROG = printmgr
957N/A
957N/AROOTBIN = $(ROOT)/usr/sadm/admin/bin
957N/A
957N/AROOTBINPROG = $(PROG:%=$(ROOTBIN)/%)
957N/A
957N/AROOTDIRS = $(ROOT)/usr/sadm/admin \
957N/A $(ROOT)/usr/sadm/admin/bin
957N/A
957N/A$(ROOTBINPROG):= OWNER = root
957N/A$(ROOTBINPROG):= GROUP = lp
957N/A
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTDIRS) $(ROOTBINPROG)
$(ROOTBIN)/%: %
$(INS.file)
$(ROOTDIRS):
$(INS.dir)
lint strip _msg:
clean clobber:
-$(RM) $(PROG)