Makefile revision 74e20cfe817b82802b16fac8690dadcda76f54f5
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# CDDL HEADER START
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# The contents of this file are subject to the terms of the
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# Common Development and Distribution License (the "License").
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# You may not use this file except in compliance with the License.
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# or http://www.opensolaris.org/os/licensing.
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# See the License for the specific language governing permissions
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# and limitations under the License.
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# When distributing Covered Code, include this CDDL HEADER in each
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# If applicable, add the following below this CDDL HEADER, with the
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# fields enclosed by brackets "[]" replaced with your own identifying
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# information: Portions Copyright [yyyy] [name of copyright owner]
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# CDDL HEADER END
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# Use is subject to license terms.
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny# ident "%Z%%M% %I% %E% SMI"
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny#
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny
58d02e0d3d6d48c97fccdb2ad7212e065671ad6dStephen Gallagherinclude ../Makefile.com
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny
f26c954658dfd7461f290f0b5d924951a6db219aJan ZelenyDATAFILES += i.sdpconf
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny.KEEP_STATE:
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny
f26c954658dfd7461f290f0b5d924951a6db219aJan Zelenyall: $(FILES) depend preinstall postinstall preremove
f26c954658dfd7461f290f0b5d924951a6db219aJan Zelenyinstall: all pkg
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny
f26c954658dfd7461f290f0b5d924951a6db219aJan Zelenyinclude ../Makefile.targ
f26c954658dfd7461f290f0b5d924951a6db219aJan Zeleny