14960Swillf# 24960Swillf# CDDL HEADER START 34960Swillf# 44960Swillf# The contents of this file are subject to the terms of the 54960Swillf# Common Development and Distribution License (the "License"). 64960Swillf# You may not use this file except in compliance with the License. 74960Swillf# 84960Swillf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94960Swillf# or http://www.opensolaris.org/os/licensing. 104960Swillf# See the License for the specific language governing permissions 114960Swillf# and limitations under the License. 124960Swillf# 134960Swillf# When distributing Covered Code, include this CDDL HEADER in each 144960Swillf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154960Swillf# If applicable, add the following below this CDDL HEADER, with the 164960Swillf# fields enclosed by brackets "[]" replaced with your own identifying 174960Swillf# information: Portions Copyright [yyyy] [name of copyright owner] 184960Swillf# 194960Swillf# CDDL HEADER END 204960Swillf# 21*7934SMark.Phalan@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 224960Swillf# Use is subject to license terms. 234960Swillf# 244960Swillf# 254960Swillf# include global definitions 264960Swillfinclude ../../../Makefile.master 274960Swillf 284960Swillf# 294960Swillf# Build everything in parallel; use .WAIT for dependencies 304960Swillf.PARALLEL: 314960Swillf 324960SwillfSUBDIRS= \ 33*7934SMark.Phalan@Sun.COM kdb \ 34*7934SMark.Phalan@Sun.COM preauth 354960Swillf 364960Swillfall := TARGET= all 374960Swillfinstall := TARGET= install 384960Swillfclean := TARGET= clean 394960Swillfclobber := TARGET= clobber 404960Swillflint := TARGET= lint 414960Swillf_msg := TARGET= _msg 424960Swillf 434960Swillf.KEEP_STATE: 444960Swillf 454960Swillfall install clean clobber lint _msg: $(SUBDIRS) 464960Swillf 474960Swillf$(SUBDIRS): FRC 484960Swillf @cd $@; pwd; $(MAKE) $(TARGET) 494960Swillf 504960SwillfFRC: 51