Makefile revision 99dda20867d903eec23291ba1ecb18a82d70096b
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# CDDL HEADER START
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# The contents of this file are subject to the terms of the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Common Development and Distribution License (the "License").
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# You may not use this file except in compliance with the License.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# or http://www.opensolaris.org/os/licensing.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# See the License for the specific language governing permissions
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# and limitations under the License.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# When distributing Covered Code, include this CDDL HEADER in each
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# If applicable, add the following below this CDDL HEADER, with the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# CDDL HEADER END
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#ident "%Z%%M% %I% %E% SMI"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Use is subject to license terms.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncinclude ../Makefile.com
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncLICENSEFILES += \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/basename/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/echo/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/from/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/groups/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/ln/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/ls/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/plot/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/sum/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/test/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/tset/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/users/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/whereis/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucbcmd/whoami/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucblib/libcurses/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucblib/libtermcap/THIRDPARTYLICENSE \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync ../../ucblib/libucb/THIRDPARTYLICENSE
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync.KEEP_STATE:
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncall: $(FILES)
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncinstall: all pkg
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncinclude ../Makefile.targ
f78b12e570284aa8291f4ca1add24937fd107403vboxsync