b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# CDDL HEADER START
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# The contents of this file are subject to the terms of the
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# Common Development and Distribution License (the "License").
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# You may not use this file except in compliance with the License.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# or http://www.opensolaris.org/os/licensing.
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# See the License for the specific language governing permissions
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# and limitations under the License.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# When distributing Covered Code, include this CDDL HEADER in each
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# If applicable, add the following below this CDDL HEADER, with the
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# fields enclosed by brackets "[]" replaced with your own identifying
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# information: Portions Copyright [yyyy] [name of copyright owner]
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# CDDL HEADER END
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Use is subject to license terms.
#
SUBDIRS = isnsd isnsadm
include ../Makefile.cmd
.KEEP_STATE:
all := TARGET= all
check := TARGET= check
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
install_h := TARGET= install_h
lint := TARGET= lint
_msg := TARGET= _msg
all clean clobber install install_h lint: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
_msg: $(SUBDIRS)
isnsadm: isnsd