1bdfc6d18Sgww# 2bdfc6d18Sgww# CDDL HEADER START 3bdfc6d18Sgww# 4bdfc6d18Sgww# The contents of this file are subject to the terms of the 5*f808c858Sraf# Common Development and Distribution License (the "License"). 6*f808c858Sraf# 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# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23bdfc6d18Sgww# Use is subject to license terms. 24bdfc6d18Sgww# 25bdfc6d18Sgww# ident "%Z%%M% %I% %E% SMI" 26bdfc6d18Sgww# 27bdfc6d18Sgww 28bdfc6d18Sgwwinclude ../../Makefile.lib 29bdfc6d18Sgww 30bdfc6d18SgwwTEXT_DOMAIN= SUNW_OST_SYSOSPAM 31bdfc6d18SgwwPOFILE= allow.po 32bdfc6d18SgwwMSGFILES= allow.c 33bdfc6d18Sgww 34bdfc6d18SgwwSUBDIRS= $(MACH) 35bdfc6d18Sgww$(BUILD64)SUBDIRS += $(MACH64) 36bdfc6d18Sgww 37bdfc6d18Sgwwall := TARGET= all 38bdfc6d18Sgwwclean := TARGET= clean 39bdfc6d18Sgwwclobber := TARGET= clobber 40bdfc6d18Sgwwinstall := TARGET= install 41bdfc6d18Sgwwlint := TARGET= lint 42bdfc6d18Sgww 43bdfc6d18Sgww.KEEP_STATE: 44bdfc6d18Sgww 45*f808c858Srafall clean clobber install lint: $(SUBDIRS) 46bdfc6d18Sgww 47bdfc6d18Sgww_msg: $(MSGDOMAINPOFILE) 48bdfc6d18Sgww 49*f808c858Sraf$(SUBDIRS): FRC 50bdfc6d18Sgww @cd $@; pwd; $(MAKE) $(TARGET) 51bdfc6d18Sgww 52bdfc6d18SgwwFRC: 53bdfc6d18Sgww 54bdfc6d18Sgwwinclude $(SRC)/Makefile.msg.targ 55bdfc6d18Sgwwinclude ../../Makefile.targ 56