Makefile revision 54034eb2d6e7d811adf4a1fe5105eac6fea6b0b5
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# CDDL HEADER START
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# The contents of this file are subject to the terms of the
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# Common Development and Distribution License (the "License").
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# You may not use this file except in compliance with the License.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# or http://www.opensolaris.org/os/licensing.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# See the License for the specific language governing permissions
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# and limitations under the License.
2e545ce2450a9953665f701bb05350f0d3f26275nd#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# When distributing Covered Code, include this CDDL HEADER in each
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# If applicable, add the following below this CDDL HEADER, with the
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# fields enclosed by brackets "[]" replaced with your own identifying
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# information: Portions Copyright [yyyy] [name of copyright owner]
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# CDDL HEADER END
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor# Use is subject to license terms.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor#
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorinclude ../Makefile.com
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorDATAFILES += depend
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorLICENSEFILES_i386 = \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../common/crypto/md5/amd64/THIRDPARTYLICENSE \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../common/crypto/THIRDPARTYLICENSE.cryptogams
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorLICENSEFILES += \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../common/crypto/ecc/THIRDPARTYLICENSE \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../lib/libcmd/THIRDPARTYLICENSE \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../lib/libinetutil/common/THIRDPARTYLICENSE \
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor ../../lib/libmp/common/THIRDPARTYLICENSE \
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar ../../lib/libresolv/THIRDPARTYLICENSE \
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar ../../lib/libresolv2/THIRDPARTYLICENSE \
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar ../../uts/common/sys/THIRDPARTYLICENSE.unicode \
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar $(LICENSEFILES_$(MACH))
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar.KEEP_STATE:
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorall: $(FILES)
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorinstall: all pkg
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorinclude ../Makefile.targ
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor