Makefile revision 9ab815e1e50104cb1004a5ccca7a6da582994b57
6da407b2e43a613ec833f14d8c05d4494a27f17aslive#
6da407b2e43a613ec833f14d8c05d4494a27f17aslive# CDDL HEADER START
6da407b2e43a613ec833f14d8c05d4494a27f17aslive#
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd# The contents of this file are subject to the terms of the
acc36ab93565d2880447d535da6ca6e5feac7a70nd# Common Development and Distribution License (the "License").
acc36ab93565d2880447d535da6ca6e5feac7a70nd# You may not use this file except in compliance with the License.
6fbd2e53c97ea6976d93e0ac521adabc55e0fb73nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
acc36ab93565d2880447d535da6ca6e5feac7a70nd# or http://www.opensolaris.org/os/licensing.
acc36ab93565d2880447d535da6ca6e5feac7a70nd# See the License for the specific language governing permissions
acc36ab93565d2880447d535da6ca6e5feac7a70nd# and limitations under the License.
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# When distributing Covered Code, include this CDDL HEADER in each
acc36ab93565d2880447d535da6ca6e5feac7a70nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
acc36ab93565d2880447d535da6ca6e5feac7a70nd# If applicable, add the following below this CDDL HEADER, with the
acc36ab93565d2880447d535da6ca6e5feac7a70nd# fields enclosed by brackets "[]" replaced with your own identifying
acc36ab93565d2880447d535da6ca6e5feac7a70nd# information: Portions Copyright [yyyy] [name of copyright owner]
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# CDDL HEADER END
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd
7db9f691a00ead175b03335457ca296a33ddf31bnd#
6da407b2e43a613ec833f14d8c05d4494a27f17aslive# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6da407b2e43a613ec833f14d8c05d4494a27f17aslive# Use is subject to license terms.
6da407b2e43a613ec833f14d8c05d4494a27f17aslive#
6da407b2e43a613ec833f14d8c05d4494a27f17aslive
6da407b2e43a613ec833f14d8c05d4494a27f17aslivePROG= pkginstall
6da407b2e43a613ec833f14d8c05d4494a27f17aslive
6da407b2e43a613ec833f14d8c05d4494a27f17asliveOBJS= backup.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive check.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive cppath.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive dockspace.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive getinst.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive instvol.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive main.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive merginfo.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive pkgenv.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive pkgvolume.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive quit.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive reqexec.o \
6da407b2e43a613ec833f14d8c05d4494a27f17aslive sortmap.o
6da407b2e43a613ec833f14d8c05d4494a27f17aslive
6da407b2e43a613ec833f14d8c05d4494a27f17asliveinclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
6da407b2e43a613ec833f14d8c05d4494a27f17aslive
6da407b2e43a613ec833f14d8c05d4494a27f17asliveLDLIBS += -lpkg -linstzones -ladm
f629fd8f821ed20d16d76733bc19bf5480986220sliveLDLIBS += -lnsl -lsocket
f629fd8f821ed20d16d76733bc19bf5480986220slive
f629fd8f821ed20d16d76733bc19bf5480986220slive
f629fd8f821ed20d16d76733bc19bf5480986220slive.KEEP_STATE:
f629fd8f821ed20d16d76733bc19bf5480986220sliveall: $(PROG)
f629fd8f821ed20d16d76733bc19bf5480986220slive
f629fd8f821ed20d16d76733bc19bf5480986220sliveinstall: all $(ROOTPKGBINPROG)
f629fd8f821ed20d16d76733bc19bf5480986220slive
f629fd8f821ed20d16d76733bc19bf5480986220sliveinclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
6da407b2e43a613ec833f14d8c05d4494a27f17aslive