Makefile revision 67e3a03ed4a2813074d36330f062ed6e593a4937
844N/A#
844N/A# CDDL HEADER START
844N/A#
844N/A# The contents of this file are subject to the terms of the
844N/A# Common Development and Distribution License (the "License").
844N/A# You may not use this file except in compliance with the License.
844N/A#
844N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
844N/A# or http://www.opensolaris.org/os/licensing.
844N/A# See the License for the specific language governing permissions
844N/A# and limitations under the License.
844N/A#
844N/A# When distributing Covered Code, include this CDDL HEADER in each
844N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
844N/A# If applicable, add the following below this CDDL HEADER, with the
844N/A# fields enclosed by brackets "[]" replaced with your own identifying
844N/A# information: Portions Copyright [yyyy] [name of copyright owner]
844N/A#
844N/A# CDDL HEADER END
844N/A#
844N/A#
844N/A#ident "%Z%%M% %I% %E% SMI"
844N/A#
844N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
844N/A# Use is subject to license terms.
844N/A#
844N/A# cmd/zonename/Makefile
844N/A#
844N/A
844N/APROG= zonename
844N/A
844N/Ainclude ../Makefile.cmd
844N/A
844N/ALDLIBS += -lzonecfg
844N/A
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTSBINPROG)
$(RM) $(ROOTPROG)
$(SYMLINK) ../../sbin/$(PROG) $(ROOTPROG)
check: $(PROG).c
$(CSTYLE) -pP $(PROG).c
clean:
lint: lint_PROG
include ../Makefile.targ