Makefile revision cb8a054b1ab30d5caa746e6c44f29d4c9d3071c1
4246N/A#
4246N/A# CDDL HEADER START
4246N/A#
4246N/A# The contents of this file are subject to the terms of the
4246N/A# Common Development and Distribution License (the "License").
4246N/A# You may not use this file except in compliance with the License.
4246N/A#
4246N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4246N/A# or http://www.opensolaris.org/os/licensing.
4246N/A# See the License for the specific language governing permissions
4246N/A# and limitations under the License.
4246N/A#
4246N/A# When distributing Covered Code, include this CDDL HEADER in each
4246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4246N/A# If applicable, add the following below this CDDL HEADER, with the
4246N/A# fields enclosed by brackets "[]" replaced with your own identifying
4246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4246N/A#
4246N/A# CDDL HEADER END
4246N/A#
4246N/A#
4246N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
4246N/A#
4246N/A
4246N/APROG = zlogin
4246N/A
4246N/Ainclude ../Makefile.cmd
4246N/A
4246N/ALINTFLAGS += -u
4246N/ALDLIBS += -lsocket -lzonecfg -lcontract -lbrand -lsecdb
4246N/ACFLAGS += $(CCVERBOSE)
4246N/AFILEMODE = 0555
4246N/A
4246N/A.KEEP_STATE:
4246N/A
4246N/Aall: $(PROG)
4246N/A
4246N/Ainstall: all $(ROOTUSRSBINPROG)
4246N/A
4246N/Aclean:
4246N/A $(RM) $(OBJS)
4246N/A
4246N/Alint: lint_PROG
4246N/A
4246N/Ainclude ../Makefile.targ
4246N/A