Makefile revision 10207:87c40ea3fc4b
11556Srgrimes#
21556Srgrimes# CDDL HEADER START
31556Srgrimes#
41556Srgrimes# The contents of this file are subject to the terms of the
51556Srgrimes# Common Development and Distribution License (the "License").
61556Srgrimes# You may not use this file except in compliance with the License.
71556Srgrimes#
81556Srgrimes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91556Srgrimes# or http://www.opensolaris.org/os/licensing.
101556Srgrimes# See the License for the specific language governing permissions
111556Srgrimes# and limitations under the License.
121556Srgrimes#
131556Srgrimes# When distributing Covered Code, include this CDDL HEADER in each
141556Srgrimes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151556Srgrimes# If applicable, add the following below this CDDL HEADER, with the
161556Srgrimes# fields enclosed by brackets "[]" replaced with your own identifying
171556Srgrimes# information: Portions Copyright [yyyy] [name of copyright owner]
181556Srgrimes#
191556Srgrimes# CDDL HEADER END
201556Srgrimes#
211556Srgrimes# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
221556Srgrimes# Use is subject to license terms.
231556Srgrimes#
241556Srgrimes
251556SrgrimesCONF=slp.conf.example
261556Srgrimes
271556Srgrimesinclude ../../../Makefile.master
281556Srgrimes
291556Srgrimes# /etc installation rules
301556SrgrimesROOTETCINET=    $(ROOT)/etc/inet
311556Srgrimes
321556SrgrimesDIRS=	$(ROOTETCINET)
331556Srgrimes
341556SrgrimesROOTETCINETCONF=        $(CONF:%=$(ROOTETCINET)/%)
351556Srgrimes
361556Srgrimes$(ROOTETCINET)/%:	$(ROOTETCINET) %
371556Srgrimes	$(INS.file)
3820412Ssteve
391556SrgrimesCLOBBERFILES = $(ROOTETCINETCONF)
401556Srgrimes
411556Srgrimes.KEEP_STATE:
421556Srgrimes
431556Srgrimesall lint clean _msg:
4435772Scharnier
4536000Scharnierinstall:	$(DIRS) $(ROOTETCINETCONF)
4635772Scharnier
4735772Scharnierclobber:
4850471Speter	$(RM) $(CLOBBERFILES)
491556Srgrimes
501556Srgrimes$(DIRS):
511556Srgrimes	$(INS.dir)
521556Srgrimes