Makefile revision 5c51f1241dbbdf2656d0e10011981411ed0c9673
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License (the "License").
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may not use this file except in compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# See the License for the specific language governing permissions
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# and limitations under the License.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
b89e420ae1290e425c29db875ec0c0546006eec7Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a6ae009119d792a981d8b7153f8cb3851fe04ebbRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
cfc3b49fd53fba13be205e2206e0ea3b36f5f2c7Yuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
f73e0305a745f17c6a584c4470f99ea1e023657fHans Rosenfeld# information: Portions Copyright [yyyy] [name of copyright owner]
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Use is subject to license terms.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LowePROG= pkgtrans
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweOBJS= main.o
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLDLIBS += -lpkg -ladm
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweall: $(PROG)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinstall: all $(ROOTPROG)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
fa9922c2be34868be01989cef133828185b5c0bcRobert Mustacchi