Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas#
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# CDDL HEADER START
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas#
b33d3bf66f037e3c87d1b857d3706eee0072e0cdNicholas# The contents of this file are subject to the terms of the
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# Common Development and Distribution License, Version 1.0 only
b33d3bf66f037e3c87d1b857d3706eee0072e0cdNicholas# (the "License"). You may not use this file except in compliance
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# with the License.
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas#
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# or http://www.opensolaris.org/os/licensing.
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# See the License for the specific language governing permissions
7a2fdaed1646e4131f96888dce8170e96e79a5b4Nicholas C. Zakas# and limitations under the License.
7a2fdaed1646e4131f96888dce8170e96e79a5b4Nicholas C. Zakas#
7a2fdaed1646e4131f96888dce8170e96e79a5b4Nicholas C. Zakas# When distributing Covered Code, include this CDDL HEADER in each
7a2fdaed1646e4131f96888dce8170e96e79a5b4Nicholas C. Zakas# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a2fdaed1646e4131f96888dce8170e96e79a5b4Nicholas C. Zakas# If applicable, add the following below this CDDL HEADER, with the
6eccb99d95a457b8714d60222b7bbc2ebaa0c1f2Nicholas C. Zakas# fields enclosed by brackets "[]" replaced with your own identifying
6eccb99d95a457b8714d60222b7bbc2ebaa0c1f2Nicholas C. Zakas# information: Portions Copyright [yyyy] [name of copyright owner]
a8240e5d8edb13039000a849e3b9ba2e50d93c55Nicholas C. Zakas#
7a2fdaed1646e4131f96888dce8170e96e79a5b4Nicholas C. Zakas# CDDL HEADER END
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas#
b33d3bf66f037e3c87d1b857d3706eee0072e0cdNicholas#
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas#ident "%Z%%M% %I% %E% SMI"
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas#
8e2f5a54575e4da16c524b6c45cba19a4ad00070Nicholas C. Zakas# Copyright (c) 1999 by Sun Microsystems, Inc.
#
include ../Makefile.com
.KEEP_STATE:
all: $(FILES) depend
install: all pkg
include ../Makefile.targ