Makefile revision 24da5b34f49324ed742a340010ed5bd3d4e06625
142N/A#
142N/A# CDDL HEADER START
142N/A#
142N/A# The contents of this file are subject to the terms of the
142N/A# Common Development and Distribution License (the "License").
142N/A# You may not use this file except in compliance with the License.
142N/A#
142N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
142N/A# or http://www.opensolaris.org/os/licensing.
142N/A# See the License for the specific language governing permissions
142N/A# and limitations under the License.
142N/A#
142N/A# When distributing Covered Code, include this CDDL HEADER in each
142N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
142N/A# If applicable, add the following below this CDDL HEADER, with the
142N/A# fields enclosed by brackets "[]" replaced with your own identifying
142N/A# information: Portions Copyright [yyyy] [name of copyright owner]
142N/A#
142N/A# CDDL HEADER END
142N/A#
142N/A
142N/A#
670N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
142N/A# Use is subject to license terms.
142N/A#
142N/A# ident "%Z%%M% %I% %E% SMI"
142N/A#
1273N/A
670N/APROG= init
618N/AROOTFS_PROG= $(PROG)
1273N/A
1273N/ADEFAULTFILES= init.dfl
142N/A
844N/Ainclude ../Makefile.cmd
844N/A
479N/AOWNER = root
1273N/AGROUP = sys
142N/A
142N/ALDLIBS_LIST = -lpam -lbsm -lcontract $(ZLAZYLOAD) -lscf
142N/Alint := LDLIBS_LIST = -lpam -lbsm -lcontract -lscf
844N/A
844N/ALDLIBS += $(LDLIBS_LIST)
142N/ALINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
479N/ACLOBBERFILES= $(STATIC)
844N/A
844N/A.KEEP_STATE:
142N/A
670N/Aall: $(ROOTFS_PROG)
844N/A
844N/Ainstall: all $(ROOTETCDEFAULTFILES) $(ROOTSBINPROG)
670N/A $(RM) $(ROOTETCPROG)
142N/A $(RM) $(ROOTUSRSBINPROG)
142N/A $(RM) $(ROOTETC)/telinit
288N/A $(SYMLINK) ../sbin/$(PROG) $(ROOTETCPROG)
142N/A $(SYMLINK) ../../sbin/$(PROG) $(ROOTUSRSBINPROG)
142N/A $(SYMLINK) ../sbin/$(PROG) $(ROOTETC)/telinit
288N/A $(RM) $(ROOTETC)/TIMEZONE
288N/A cd $(ROOTETC); $(SYMLINK) default/init TIMEZONE
142N/A
142N/Atest:
142N/A rtest $(PROG)
288N/A
288N/Aclean:
142N/A
142N/Alint: lint_PROG
142N/A
142N/Ainclude ../Makefile.targ
142N/A