Makefile revision 2665
1123N/A#
1123N/A# CDDL HEADER START
1356N/A#
1123N/A# The contents of this file are subject to the terms of the
1356N/A# Common Development and Distribution License (the "License").
1123N/A# You may not use this file except in compliance with the License.
1123N/A#
1123N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1123N/A# or http://www.opensolaris.org/os/licensing.
1123N/A# See the License for the specific language governing permissions
1123N/A# and limitations under the License.
1123N/A#
1123N/A# When distributing Covered Code, include this CDDL HEADER in each
1123N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1123N/A# If applicable, add the following below this CDDL HEADER, with the
1123N/A# fields enclosed by brackets "[]" replaced with your own identifying
1123N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1123N/A#
1123N/A# CDDL HEADER END
1123N/A#
1123N/A#
1123N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
1123N/A#
1123N/A
1123N/APROG = zoneproxy-client
1123N/ASRCS = zoneproxy-client.c
1123N/A
1123N/Ainclude ../Makefile.constants
1123N/A
1123N/ALDLIBS = -lsocket
1123N/ACPPFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64
1123N/ACFLAGS += -mt
1123N/A
1123N/A.KEEP_STATE:
1123N/A
1333N/Aall: $(PROG)
1123N/A
1123N/Ainstall: $(ZONES_PROG)
1333N/A
1333N/Alint: lint_PROG
1123N/A
1123N/A