Makefile revision 90bcde942a3919300ffc73f98ea903b58386c395
493N/A#
493N/A# CDDL HEADER START
493N/A#
493N/A# The contents of this file are subject to the terms of the
493N/A# Common Development and Distribution License (the "License").
493N/A# You may not use this file except in compliance with the License.
493N/A#
493N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
493N/A# or http://www.opensolaris.org/os/licensing.
493N/A# See the License for the specific language governing permissions
493N/A# and limitations under the License.
493N/A#
493N/A# When distributing Covered Code, include this CDDL HEADER in each
493N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
493N/A# If applicable, add the following below this CDDL HEADER, with the
493N/A# fields enclosed by brackets "[]" replaced with your own identifying
493N/A# information: Portions Copyright [yyyy] [name of copyright owner]
493N/A#
493N/A# CDDL HEADER END
493N/A#
493N/A#
493N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
493N/A# Use is subject to license terms.
493N/A#
493N/A# ident "%Z%%M% %I% %E% SMI"
493N/A#
493N/A
493N/Ainclude ../Makefile.com
493N/A
493N/ADATAFILES += i.etcsystem i.kcfconfbase i.manifest i.preserve i.renameold \
493N/A i.scsivhciconf i.mptconf
493N/A
493N/AMACHDATAFILES += i.sdconf
493N/ACLOBBERFILES += $(MACHDATAFILES)
493N/A
493N/ALICENSEFILES_i386 = \
493N/A ../../common/crypto/aes/amd64/THIRDPARTYLICENSE \
493N/A ../../common/crypto/md5/amd64/THIRDPARTYLICENSE \
493N/A ../../common/crypto/THIRDPARTYLICENSE.cryptogams \
493N/A ../../uts/intel/io/acpica/THIRDPARTYLICENSE
493N/A
493N/ALICENSEFILES += \
493N/A ../../common/crypto/ecc/THIRDPARTYLICENSE \
493N/A ../../common/mpi/THIRDPARTYLICENSE \
../../uts/common/inet/ip/THIRDPARTYLICENSE.rts \
../../uts/common/inet/tcp/THIRDPARTYLICENSE \
../../uts/common/io/THIRDPARTYLICENSE.etheraddr \
../../uts/common/sys/THIRDPARTYLICENSE.icu \
../../uts/common/sys/THIRDPARTYLICENSE.unicode \
$(LICENSEFILES_$(MACH))
.KEEP_STATE:
all: $(FILES) $(MACHDATAFILES) depend preinstall postinstall
install: all pkg
include ../Makefile.targ