Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# CDDL HEADER START
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# The contents of this file are subject to the terms of the
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# Common Development and Distribution License, Version 1.0 only
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# (the "License"). You may not use this file except in compliance
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# with the License.
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# or http://www.opensolaris.org/os/licensing.
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# See the License for the specific language governing permissions
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# and limitations under the License.
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# When distributing Covered Code, include this CDDL HEADER in each
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# If applicable, add the following below this CDDL HEADER, with the
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# fields enclosed by brackets "[]" replaced with your own identifying
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# information: Portions Copyright [yyyy] [name of copyright owner]
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# CDDL HEADER END
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0066eddda7203f6345b56f77d146a759298dc635gryzor# Use is subject to license terms.
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#pragma ident "%Z%%M% %I% %E% SMI"
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin# lib/cfgadm_plugins/ib/i386/Makefile
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin#
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin
43f6cc6aa3312619633538b8978619a48c0ce52eminfrinMAPDIR= ../spec/i386
43f6cc6aa3312619633538b8978619a48c0ce52eminfrininclude ../Makefile.com
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin.KEEP_STATE:
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin
43f6cc6aa3312619633538b8978619a48c0ce52eminfrininstall: all $(ROOTLIBS) $(ROOTLINKS)
43f6cc6aa3312619633538b8978619a48c0ce52eminfrin