Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# CDDL HEADER START
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# The contents of this file are subject to the terms of the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Common Development and Distribution License, Version 1.0 only
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# (the "License"). You may not use this file except in compliance
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# with the License.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# See the License for the specific language governing permissions
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# and limitations under the License.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# When distributing Covered Code, include this CDDL HEADER in each
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# If applicable, add the following below this CDDL HEADER, with the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# fields enclosed by brackets "[]" replaced with your own identifying
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# information: Portions Copyright [yyyy] [name of copyright owner]
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# CDDL HEADER END
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Use is subject to license terms.
89b43686db1fe9681d80a7cf5662730cb9378caeBayard Bell# ident "%Z%%M% %I% %E% SMI"
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf in.ripngd in.timed inetd mipagent ncaconfd pppoe slpd wanboot
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfPOFILES= dsvclockd/dsvclockd.po in.dhcpd/in.dhcpd.po \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# The reason this rule checks for the existence of the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Makefile is that some of the directories do not exist
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# in our exportable source builds or in OpenSolaris.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf @if [ -f $@/Makefile ]; then \