Makefile revision 14ea4bb737263733ad80a36b4f73f681c30a6b45
a7e9ca67d735ae1bcdc1f7deb35ab98dd9c9f614Derek Gathright#
2e30c044c4874e0a2ef1ff686bc70e65e34f93a5Eric Ferraiuolo# CDDL HEADER START
2e30c044c4874e0a2ef1ff686bc70e65e34f93a5Eric Ferraiuolo#
2e30c044c4874e0a2ef1ff686bc70e65e34f93a5Eric Ferraiuolo# The contents of this file are subject to the terms of the
2e30c044c4874e0a2ef1ff686bc70e65e34f93a5Eric Ferraiuolo# Common Development and Distribution License, Version 1.0 only
a7e9ca67d735ae1bcdc1f7deb35ab98dd9c9f614Derek Gathright# (the "License"). You may not use this file except in compliance
2e30c044c4874e0a2ef1ff686bc70e65e34f93a5Eric Ferraiuolo# with the License.
2e30c044c4874e0a2ef1ff686bc70e65e34f93a5Eric Ferraiuolo#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
include ../Makefile.com
DATAFILES = \
i.manifest \
r.manifest \
i.renamenew \
i.renameold \
i.initd \
i.preserve \
i.sendmail
CHKINSTALLSRC=checkinstall.initd
.KEEP_STATE:
all: $(FILES)
install: all pkg
include ../Makefile.targ