Makefile revision da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0
433N/A#
433N/A# CDDL HEADER START
433N/A#
433N/A# The contents of this file are subject to the terms of the
851N/A# Common Development and Distribution License (the "License").
851N/A# You may not use this file except in compliance with the License.
433N/A#
433N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
433N/A# or http://www.opensolaris.org/os/licensing.
433N/A# See the License for the specific language governing permissions
433N/A# and limitations under the License.
433N/A#
433N/A# When distributing Covered Code, include this CDDL HEADER in each
433N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
433N/A# If applicable, add the following below this CDDL HEADER, with the
433N/A# fields enclosed by brackets "[]" replaced with your own identifying
433N/A# information: Portions Copyright [yyyy] [name of copyright owner]
433N/A#
433N/A# CDDL HEADER END
433N/A#
433N/A
433N/A#
433N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
433N/A# Use is subject to license terms.
433N/A#
433N/A# ident "%Z%%M% %I% %E% SMI"
433N/A#
433N/A
433N/Ainclude ../Makefile.lib
433N/A
433N/ASUBDIRS = \
433N/A libmlsvc \
433N/A libmlrpc \
433N/A libsmb \
433N/A libsmbns \
493N/A libsmbrdr
433N/A
433N/Alibmlrpc: libsmb
493N/Alibsmbrdr: libsmb
433N/Alibsmbns: libsmb
433N/Alibmlsvc: libsmb libmlrpc libsmbrdr libsmbns
433N/A
433N/Ainclude ./Makefile.subdirs
433N/A