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