1418Sgww# 2418Sgww# CDDL HEADER START 3418Sgww# 4418Sgww# The contents of this file are subject to the terms of the 5*2522Sraf# Common Development and Distribution License (the "License"). 6*2522Sraf# You may not use this file except in compliance with the License. 7418Sgww# 8418Sgww# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9418Sgww# or http://www.opensolaris.org/os/licensing. 10418Sgww# See the License for the specific language governing permissions 11418Sgww# and limitations under the License. 12418Sgww# 13418Sgww# When distributing Covered Code, include this CDDL HEADER in each 14418Sgww# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15418Sgww# If applicable, add the following below this CDDL HEADER, with the 16418Sgww# fields enclosed by brackets "[]" replaced with your own identifying 17418Sgww# information: Portions Copyright [yyyy] [name of copyright owner] 18418Sgww# 19418Sgww# CDDL HEADER END 20418Sgww# 21418Sgww# 22*2522Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23418Sgww# Use is subject to license terms. 24418Sgww# 25*2522Sraf# ident "%Z%%M% %I% %E% SMI" 26418Sgww# 27418Sgww 28418Sgwwinclude ../../Makefile.lib 29418Sgww 30418SgwwTEXT_DOMAIN= SUNW_OST_SYSOSPAM 31418SgwwPOFILE= allow.po 32418SgwwMSGFILES= allow.c 33418Sgww 34418SgwwSUBDIRS= $(MACH) 35418Sgww$(BUILD64)SUBDIRS += $(MACH64) 36418Sgww 37418Sgwwall := TARGET= all 38418Sgwwclean := TARGET= clean 39418Sgwwclobber := TARGET= clobber 40418Sgwwinstall := TARGET= install 41418Sgwwlint := TARGET= lint 42418Sgww 43418Sgww.KEEP_STATE: 44418Sgww 45*2522Srafall clean clobber install lint: $(SUBDIRS) 46418Sgww 47418Sgww_msg: $(MSGDOMAINPOFILE) 48418Sgww 49*2522Sraf$(SUBDIRS): FRC 50418Sgww @cd $@; pwd; $(MAKE) $(TARGET) 51418Sgww 52418SgwwFRC: 53418Sgww 54418Sgwwinclude $(SRC)/Makefile.msg.targ 55418Sgwwinclude ../../Makefile.targ 56