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 311cb875aeSCathy ZhouLDLIBS += -lvrrpadm -lnsl -linetutil 321cb875aeSCathy Zhou 33*7014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-label 34*7014882cSRichard Lowe 351cb875aeSCathy Zhou.KEEP_STATE: 361cb875aeSCathy Zhou 371cb875aeSCathy Zhouall: $(PROG) 381cb875aeSCathy Zhou 391cb875aeSCathy Zhouinstall: all $(ROOTUSRSBINPROG) 401cb875aeSCathy Zhou 411cb875aeSCathy Zhouclean: 421cb875aeSCathy Zhou $(RM) $(OBJS) 431cb875aeSCathy Zhou 441cb875aeSCathy Zhoulint: lint_PROG 451cb875aeSCathy Zhou 461cb875aeSCathy Zhouinclude ../Makefile.targ 47