xref: /illumos-gate/usr/src/lib/pam_modules/list/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
1c8e880c1Smj162486#
2c8e880c1Smj162486# CDDL HEADER START
3c8e880c1Smj162486#
4c8e880c1Smj162486# The contents of this file are subject to the terms of the
5c8e880c1Smj162486# Common Development and Distribution License (the "License").
6c8e880c1Smj162486# You may not use this file except in compliance with the License.
7c8e880c1Smj162486#
8c8e880c1Smj162486# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c8e880c1Smj162486# or http://www.opensolaris.org/os/licensing.
10c8e880c1Smj162486# See the License for the specific language governing permissions
11c8e880c1Smj162486# and limitations under the License.
12c8e880c1Smj162486#
13c8e880c1Smj162486# When distributing Covered Code, include this CDDL HEADER in each
14c8e880c1Smj162486# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c8e880c1Smj162486# If applicable, add the following below this CDDL HEADER, with the
16c8e880c1Smj162486# fields enclosed by brackets "[]" replaced with your own identifying
17c8e880c1Smj162486# information: Portions Copyright [yyyy] [name of copyright owner]
18c8e880c1Smj162486#
19c8e880c1Smj162486# CDDL HEADER END
20c8e880c1Smj162486#
21c8e880c1Smj162486#
22c8e880c1Smj162486# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23c8e880c1Smj162486# Use is subject to license terms.
24c8e880c1Smj162486#
25c8e880c1Smj162486
26c8e880c1Smj162486include		../../Makefile.lib
27c8e880c1Smj162486
28c8e880c1Smj162486TEXT_DOMAIN=	SUNW_OST_SYSOSPAM
29c8e880c1Smj162486POFILE=		list.po
30c8e880c1Smj162486MSGFILES=	list.c
31c8e880c1Smj162486SUBDIRS=	$(MACH)
32c8e880c1Smj162486$(BUILD64)SUBDIRS += $(MACH64)
33c8e880c1Smj162486
34c8e880c1Smj162486all :=		TARGET= all
35c8e880c1Smj162486clean :=	TARGET= clean
36c8e880c1Smj162486clobber :=	TARGET= clobber
37c8e880c1Smj162486install :=	TARGET= install
38c8e880c1Smj162486
39c8e880c1Smj162486.KEEP_STATE:
40c8e880c1Smj162486
41*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
42c8e880c1Smj162486
43c8e880c1Smj162486_msg:	$(MSGDOMAINPOFILE)
44c8e880c1Smj162486
45c8e880c1Smj162486$(SUBDIRS):	FRC
46c8e880c1Smj162486	@cd $@; pwd; $(MAKE) $(TARGET)
47c8e880c1Smj162486
48c8e880c1Smj162486FRC:
49c8e880c1Smj162486
50c8e880c1Smj162486include		$(SRC)/Makefile.msg.targ
51c8e880c1Smj162486include		../../Makefile.targ
52