Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2012N/A#
2012N/A# CDDL HEADER START
2012N/A#
2012N/A# The contents of this file are subject to the terms of the
2012N/A# Common Development and Distribution License, Version 1.0 only
2012N/A# (the "License"). You may not use this file except in compliance
2012N/A# with the License.
2012N/A#
2012N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2012N/A# or http://www.opensolaris.org/os/licensing.
2012N/A# See the License for the specific language governing permissions
2012N/A# and limitations under the License.
2012N/A#
2012N/A# When distributing Covered Code, include this CDDL HEADER in each
2012N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2012N/A# If applicable, add the following below this CDDL HEADER, with the
2012N/A# fields enclosed by brackets "[]" replaced with your own identifying
2012N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2012N/A#
2012N/A# CDDL HEADER END
2012N/A#
2012N/A#
5680N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2012N/A# Use is subject to license terms.
5680N/A#
2012N/A# ident "%Z%%M% %I% %E% SMI"
2012N/A
2012N/APROG = zlogin
3717N/A
3717N/Ainclude ../Makefile.cmd
3717N/A
5680N/ALDLIBS += -lsocket -ldevinfo -lzonecfg -lcontract
5680N/ACFLAGS += $(CCVERBOSE)
2012N/AFILEMODE = 0555
2012N/AGROUP = bin
3717N/A
3717N/A.KEEP_STATE:
2012N/A
3717N/Aall: $(PROG)
2899N/A
5680N/Ainstall: all $(ROOTUSRSBINPROG)
5680N/A
2012N/Aclean:
3817N/A $(RM) $(OBJS)
3817N/A
lint: lint_PROG
include ../Makefile.targ