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