Makefile revision 6537f381d2d9e7b4e2f7b29c3e7a3f13be036f2e
5233N/A#
5233N/A# CDDL HEADER START
5233N/A#
5233N/A# The contents of this file are subject to the terms of the
5233N/A# Common Development and Distribution License (the "License").
5233N/A# You may not use this file except in compliance with the License.
5233N/A#
5233N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5233N/A# or http://www.opensolaris.org/os/licensing.
5233N/A# See the License for the specific language governing permissions
5233N/A# and limitations under the License.
5233N/A#
5233N/A# When distributing Covered Code, include this CDDL HEADER in each
5233N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5233N/A# If applicable, add the following below this CDDL HEADER, with the
5233N/A# fields enclosed by brackets "[]" replaced with your own identifying
5233N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5233N/A#
5233N/A# CDDL HEADER END
5233N/A#
5680N/A#
5680N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5526N/A# Use is subject to license terms.
5233N/A#
5680N/A# ident "%Z%%M% %I% %E% SMI"
5233N/A#
5233N/A
5233N/APROG= smbadm
5233N/ASRCS= smbadm.c
5233N/A
5233N/Ainclude ../../Makefile.cmd
5233N/Ainclude ../Makefile.smbsrv.defs
5233N/A
5233N/ALDLIBS += -lsmb -lumem
5233N/A
5233N/Aall: $(PROG)
5233N/A
5526N/Aclean:
5526N/A $(RM) $(OBJS)
5526N/A
5526N/Alint: lint_SRCS
5526N/A
5526N/A$(PROG): $(OBJS)
5526N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
5680N/A $(POST_PROCESS)
5680N/A
5233N/Ainclude ../../Makefile.targ
5233N/A
5680N/Ainstall: all .WAIT $(ROOTUSRSBINPROG)
5233N/A