1*a192e900Samaguire# 2*a192e900Samaguire# CDDL HEADER START 3*a192e900Samaguire# 4*a192e900Samaguire# The contents of this file are subject to the terms of the 5*a192e900Samaguire# Common Development and Distribution License (the "License"). 6*a192e900Samaguire# You may not use this file except in compliance with the License. 7*a192e900Samaguire# 8*a192e900Samaguire# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*a192e900Samaguire# or http://www.opensolaris.org/os/licensing. 10*a192e900Samaguire# See the License for the specific language governing permissions 11*a192e900Samaguire# and limitations under the License. 12*a192e900Samaguire# 13*a192e900Samaguire# When distributing Covered Code, include this CDDL HEADER in each 14*a192e900Samaguire# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*a192e900Samaguire# If applicable, add the following below this CDDL HEADER, with the 16*a192e900Samaguire# fields enclosed by brackets "[]" replaced with your own identifying 17*a192e900Samaguire# information: Portions Copyright [yyyy] [name of copyright owner] 18*a192e900Samaguire# 19*a192e900Samaguire# CDDL HEADER END 20*a192e900Samaguire# 21*a192e900Samaguire# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22*a192e900Samaguire# Use is subject to license terms. 23*a192e900Samaguire# 24*a192e900Samaguire# ident "%Z%%M% %I% %E% SMI" 25*a192e900Samaguire# 26*a192e900Samaguire 27*a192e900SamaguirePROG= in.rdisc 28*a192e900SamaguireMANIFEST= rdisc.xml 29*a192e900SamaguireSVCMETHOD= svc-rdisc 30*a192e900Samaguire 31*a192e900Samaguireinclude ../../../Makefile.cmd 32*a192e900Samaguire 33*a192e900SamaguireROOTMANIFESTDIR= $(ROOTSVCNETWORKROUTING) 34*a192e900Samaguire 35*a192e900SamaguireLDLIBS += -lsocket -lnsl 36*a192e900Samaguire 37*a192e900SamaguireCPPFLAGS += -DSYSV -DBSD_COMP 38*a192e900Samaguire 39*a192e900Samaguire.KEEP_STATE: 40*a192e900Samaguire 41*a192e900Samaguireall: $(PROG) 42*a192e900Samaguire 43*a192e900Samaguireinstall: all $(ROOTUSRSBINPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD) 44*a192e900Samaguire 45*a192e900Samaguirecheck: $(CHKMANIFEST) 46*a192e900Samaguire 47*a192e900Samaguireclean lint: 48*a192e900Samaguire 49*a192e900Samaguireinclude ../../../Makefile.targ 50