Makefile revision 1cb875ae88fb9463b368e725c2444776595895cb
4737N/A#
4737N/A# CDDL HEADER START
4737N/A#
4737N/A# The contents of this file are subject to the terms of the
4737N/A# Common Development and Distribution License (the "License").
4737N/A# You may not use this file except in compliance with the License.
4737N/A#
4737N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4737N/A# or http://www.opensolaris.org/os/licensing.
4737N/A# See the License for the specific language governing permissions
4737N/A# and limitations under the License.
4737N/A#
4737N/A# When distributing Covered Code, include this CDDL HEADER in each
4737N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4737N/A# If applicable, add the following below this CDDL HEADER, with the
4737N/A# fields enclosed by brackets "[]" replaced with your own identifying
4737N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4737N/A#
4737N/A# CDDL HEADER END
4737N/A#
4737N/A#
4737N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5336N/A# Use is subject to license terms.
4737N/A#
5680N/A
4737N/ASUBDIRS= bridged dhcp dsvclockd ilbd in.chargend in.daytimed \
4737N/A in.discardd in.echod in.dhcpd in.mpathd in.ndpd \
4737N/A in.ripngd in.timed inetd mdnsd ncaconfd pppoe \
6015N/A slpd vrrpd wanboot wpad
4737N/A
4737N/AMSGSUBDIRS= dsvclockd ilbd in.dhcpd inetd ncaconfd vrrpd wanboot
6015N/A
4737N/Ainclude ../../Makefile.cmd
4737N/A
4737N/A$(CLOSED_BUILD)SUBDIRS += \
6015N/A $(CLOSED)/cmd/cmd-inet/usr.lib/ike-certutils \
4737N/A $(CLOSED)/cmd/cmd-inet/usr.lib/in.iked
6011N/A
6011N/APOFILES= dsvclockd/dsvclockd.po in.dhcpd/in.dhcpd.po \
6011N/A inetd/inetd.po ncaconfd/ncaconfd.po vrrpd/vrrpd.po \
6011N/A wanboot/wanboot.po
6011N/APOFILE= usr.lib.po
6011N/A
6011N/Aall:= TARGET= all
6011N/Ainstall:= TARGET= install
5680N/Aclean:= TARGET= clean
5680N/Aclobber:= TARGET= clobber
5680N/Alint:= TARGET= lint
4737N/A_msg:= TARGET= _msg
4737N/A
4737N/A.KEEP_STATE:
4737N/A
5680N/Aall install clean clobber lint: $(SUBDIRS)
5690N/A
5690N/A_msg: $(MSGSUBDIRS)
5690N/A
5690N/A#
5690N/A# The reason this rule checks for the existence of the
4737N/A# Makefile is that some of the directories do not exist
4737N/A# in our exportable source builds or in OpenSolaris.
5851N/A#
4737N/A$(SUBDIRS): FRC
4737N/A @if [ -f $@/Makefile ]; then \
5851N/A cd $@; pwd; $(MAKE) $(TARGET); \
4737N/A else \
5851N/A true; \
5487N/A fi
5487N/A
5851N/AFRC:
5851N/A