Makefile revision 5c51f1241dbbdf2656d0e10011981411ed0c9673
18N/A#
18N/A# CDDL HEADER START
18N/A#
18N/A# The contents of this file are subject to the terms of the
18N/A# Common Development and Distribution License (the "License").
18N/A# You may not use this file except in compliance with the License.
18N/A#
18N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18N/A# or http://www.opensolaris.org/os/licensing.
18N/A# See the License for the specific language governing permissions
18N/A# and limitations under the License.
18N/A#
18N/A# When distributing Covered Code, include this CDDL HEADER in each
18N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18N/A# If applicable, add the following below this CDDL HEADER, with the
18N/A# fields enclosed by brackets "[]" replaced with your own identifying
18N/A# information: Portions Copyright [yyyy] [name of copyright owner]
18N/A#
18N/A# CDDL HEADER END
18N/A#
18N/A
3533N/A#
18N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
18N/A# Use is subject to license terms.
3533N/A#
18N/A
18N/APROG= pkgmk
18N/A
18N/AOBJS= main.o \
18N/A mkpkgmap.o \
3533N/A quit.o \
18N/A splpkgmap.o
18N/A
42N/Ainclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
3533N/A
888N/ALDLIBS += -ll -lpkg -linstzones -ladm
888N/A
135N/A
18N/A.KEEP_STATE:
136N/A
136N/Aall: $(PROG)
136N/A
136N/Ainstall: all $(ROOTPROG)
136N/A
136N/Ainclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
136N/A