xref: /onnv-gate/usr/src/lib/pam_modules/smb/Makefile (revision 5331:3047ad28a67b)
1*5331Samw#
2*5331Samw# CDDL HEADER START
3*5331Samw#
4*5331Samw# The contents of this file are subject to the terms of the
5*5331Samw# Common Development and Distribution License (the "License").
6*5331Samw# You may not use this file except in compliance with the License.
7*5331Samw#
8*5331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*5331Samw# or http://www.opensolaris.org/os/licensing.
10*5331Samw# See the License for the specific language governing permissions
11*5331Samw# and limitations under the License.
12*5331Samw#
13*5331Samw# When distributing Covered Code, include this CDDL HEADER in each
14*5331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*5331Samw# If applicable, add the following below this CDDL HEADER, with the
16*5331Samw# fields enclosed by brackets "[]" replaced with your own identifying
17*5331Samw# information: Portions Copyright [yyyy] [name of copyright owner]
18*5331Samw#
19*5331Samw# CDDL HEADER END
20*5331Samw#
21*5331Samw
22*5331Samw#
23*5331Samw# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*5331Samw# Use is subject to license terms.
25*5331Samw#
26*5331Samw# ident	"%Z%%M%	%I%	%E% SMI"
27*5331Samw#
28*5331Samw
29*5331Samwinclude 	../../Makefile.lib
30*5331Samw
31*5331SamwTEXT_DOMAIN=	SUNW_OST_SYSOSPAM
32*5331SamwPOFILE=		smb_passwd.po
33*5331SamwMSGFILES=	smb_passwd.c
34*5331Samw
35*5331SamwSUBDIRS=	$(MACH)
36*5331Samw#$(BUILD64)SUBDIRS += $(MACH64)
37*5331Samw
38*5331Samwall	:=	TARGET= all
39*5331Samwclean	:=	TARGET= clean
40*5331Samwclobber	:=	TARGET= clobber
41*5331Samwinstall	:=	TARGET= install
42*5331Samwlint	:=	TARGET= lint
43*5331Samw
44*5331Samw.KEEP_STATE:
45*5331Samw
46*5331Samwall clean clobber install lint: $(SUBDIRS)
47*5331Samw
48*5331Samw_msg:		$(MSGDOMAINPOFILE)
49*5331Samw
50*5331Samw$(SUBDIRS):	FRC
51*5331Samw	@cd $@; pwd; $(MAKE) $(TARGET)
52*5331Samw
53*5331SamwFRC:
54*5331Samw
55*5331Samwinclude		$(SRC)/Makefile.msg.targ
56*5331Samwinclude		../../Makefile.targ
57