17c478bd9Sstevel@tonic-gate# 2*54925bf6Swillf# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 37c478bd9Sstevel@tonic-gate# Use is subject to license terms. 47c478bd9Sstevel@tonic-gate# 57c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate# lib/krb5/Makefile 87c478bd9Sstevel@tonic-gate# 97c478bd9Sstevel@tonic-gate# include global definitions 107c478bd9Sstevel@tonic-gateinclude ../../Makefile.master 117c478bd9Sstevel@tonic-gate 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# Build everything in parallel; use .WAIT for dependencies 147c478bd9Sstevel@tonic-gate.PARALLEL: 157c478bd9Sstevel@tonic-gate 167c478bd9Sstevel@tonic-gateSUBDIRS= \ 177c478bd9Sstevel@tonic-gate dyn \ 187c478bd9Sstevel@tonic-gate .WAIT \ 197c478bd9Sstevel@tonic-gate kdb \ 207c478bd9Sstevel@tonic-gate .WAIT \ 217c478bd9Sstevel@tonic-gate kadm5 \ 22*54925bf6Swillf .WAIT \ 23*54925bf6Swillf ss \ 24*54925bf6Swillf plugins 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gateall := TARGET= all 277c478bd9Sstevel@tonic-gateinstall := TARGET= install 287c478bd9Sstevel@tonic-gateclean := TARGET= clean 297c478bd9Sstevel@tonic-gateclobber := TARGET= clobber 307c478bd9Sstevel@tonic-gatelint := TARGET= lint 317c478bd9Sstevel@tonic-gate_msg := TARGET= _msg 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gate.KEEP_STATE: 347c478bd9Sstevel@tonic-gate 357c478bd9Sstevel@tonic-gateall install clean clobber lint _msg: $(SUBDIRS) 367c478bd9Sstevel@tonic-gate 377c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC 387c478bd9Sstevel@tonic-gate @cd $@; pwd; $(MAKE) $(TARGET) 397c478bd9Sstevel@tonic-gate 407c478bd9Sstevel@tonic-gateFRC: 41