Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
274N/A#
274N/A# CDDL HEADER START
274N/A#
274N/A# The contents of this file are subject to the terms of the
274N/A# Common Development and Distribution License (the "License").
274N/A# You may not use this file except in compliance with the License.
274N/A#
274N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
274N/A# or http://www.opensolaris.org/os/licensing.
274N/A# See the License for the specific language governing permissions
274N/A# and limitations under the License.
274N/A#
274N/A# When distributing Covered Code, include this CDDL HEADER in each
274N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
274N/A# If applicable, add the following below this CDDL HEADER, with the
274N/A# fields enclosed by brackets "[]" replaced with your own identifying
274N/A# information: Portions Copyright [yyyy] [name of copyright owner]
274N/A#
274N/A# CDDL HEADER END
274N/A#
274N/A#
274N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
844N/A# Use is subject to license terms.
274N/A#
274N/A# ident "%Z%%M% %I% %E% SMI"
274N/A#
274N/A
274N/APROG= utmpd
874N/ADEFAULTFILES= utmpd.dfl
618N/AMANIFEST= utmp.xml
274N/ASVCMETHOD= svc-utmpd
274N/A
844N/Ainclude ../Makefile.cmd
874N/A
874N/AROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
874N/A
274N/AFILEMODE = 555
274N/AOWNER = root
274N/AGROUP = bin
274N/A
274N/A.KEEP_STATE:
274N/A
274N/Aall: $(PROG)
274N/A
274N/Ainstall: all $(DIRS) $(ROOTLIBPROG) $(ROOTETCDEFAULTFILES) $(ROOTMANIFEST) \
274N/A $(ROOTSVCMETHOD)
274N/A
274N/Acheck: $(CHKMANIFEST)
274N/A
274N/Aclean:
274N/A
274N/Alint: lint_PROG
274N/A
274N/Ainclude ../Makefile.targ