xref: /illumos-gate/usr/src/cmd/vrrpadm/Makefile (revision 33efde4275d24731ef87927237b0ffb0630b6b2d)
11cb875aeSCathy Zhou#
21cb875aeSCathy Zhou# CDDL HEADER START
31cb875aeSCathy Zhou#
41cb875aeSCathy Zhou# The contents of this file are subject to the terms of the
51cb875aeSCathy Zhou# Common Development and Distribution License (the "License").
61cb875aeSCathy Zhou# You may not use this file except in compliance with the License.
71cb875aeSCathy Zhou#
81cb875aeSCathy Zhou# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91cb875aeSCathy Zhou# or http://www.opensolaris.org/os/licensing.
101cb875aeSCathy Zhou# See the License for the specific language governing permissions
111cb875aeSCathy Zhou# and limitations under the License.
121cb875aeSCathy Zhou#
131cb875aeSCathy Zhou# When distributing Covered Code, include this CDDL HEADER in each
141cb875aeSCathy Zhou# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151cb875aeSCathy Zhou# If applicable, add the following below this CDDL HEADER, with the
161cb875aeSCathy Zhou# fields enclosed by brackets "[]" replaced with your own identifying
171cb875aeSCathy Zhou# information: Portions Copyright [yyyy] [name of copyright owner]
181cb875aeSCathy Zhou#
191cb875aeSCathy Zhou# CDDL HEADER END
201cb875aeSCathy Zhou#
211cb875aeSCathy Zhou#
221cb875aeSCathy Zhou# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
231cb875aeSCathy Zhou# Use is subject to license terms.
241cb875aeSCathy Zhou#
251cb875aeSCathy Zhou
261cb875aeSCathy ZhouPROG=	vrrpadm
271cb875aeSCathy Zhou
281cb875aeSCathy Zhouinclude ../Makefile.cmd
291cb875aeSCathy Zhou
301cb875aeSCathy ZhouXGETFLAGS += -a -x $(PROG).xcl
31*e96f8419SYuri PankovLDLIBS += -lvrrpadm -lnsl -lofmt
321cb875aeSCathy Zhou
331cb875aeSCathy Zhou.KEEP_STATE:
341cb875aeSCathy Zhou
351cb875aeSCathy Zhouall: $(PROG)
361cb875aeSCathy Zhou
371cb875aeSCathy Zhouinstall: all $(ROOTUSRSBINPROG)
381cb875aeSCathy Zhou
391cb875aeSCathy Zhouclean:
401cb875aeSCathy Zhou	$(RM) $(OBJS)
411cb875aeSCathy Zhou
421cb875aeSCathy Zhouinclude ../Makefile.targ
43