Makefile revision 99dda20867d903eec23291ba1ecb18a82d70096b
1870N/A#
4102N/A# CDDL HEADER START
1870N/A#
1870N/A# The contents of this file are subject to the terms of the
1870N/A# Common Development and Distribution License (the "License").
1870N/A# You may not use this file except in compliance with the License.
2362N/A#
1870N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
1870N/A# See the License for the specific language governing permissions
1870N/A# and limitations under the License.
1870N/A#
3121N/A# When distributing Covered Code, include this CDDL HEADER in each
1870N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1870N/A# If applicable, add the following below this CDDL HEADER, with the
1870N/A# fields enclosed by brackets "[]" replaced with your own identifying
1870N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1870N/A#
1870N/A# CDDL HEADER END
1870N/A#
2362N/A#
2362N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
1870N/A
1870N/A#ident "%Z%%M% %I% %E% SMI"
1870N/A
1870N/Ainclude ../Makefile.com
1870N/A
1870N/ALICENSEFILES = \
1870N/A ../../cmd/cmd-inet/usr.lib/mdnsd/THIRDPARTYLICENSE \
1870N/A ../../lib/libdns_sd/THIRDPARTYLICENSE
1870N/A
1870N/A.KEEP_STATE:
1870N/A
1870N/Aall: $(FILES) depend
1870N/A
1870N/Ainstall: all pkg
1870N/A
1870N/Ainclude ../Makefile.targ
1870N/A