Makefile revision 0a44ef6d9afbfe052a7e975f55ea0d2954b62a82
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER START
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# See the License for the specific language governing permissions
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# If applicable, add the following below this CDDL HEADER, with the
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER END
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Use is subject to license terms.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# ident "%Z%%M% %I% %E% SMI"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User$(SYMDIR2) := SYMLNKDEST = ../../../usr/lib/lp/bin
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User$(SYMDIR5) := SYMLNKDEST = ../../../usr/lib/lp/model
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserROOTSYMLINKDIRS = $(SYMDIR1) $(SYMDIR2) $(SYMDIR3) $(SYMDIR4) $(SYMDIR5)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Each message catalog file is generated in each sub
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# directory and copied to the usr/src/cmd/lp/ directory.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Those message catalog files are consolidated into one
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# message catalog file. The consolidated one will be copied
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# into the $(ROOT)/catalog/SUNW_OST_OSCMD/ directory.