17c478bd9Sstevel@tonic-gate# 254925bf6Swillf# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 37c478bd9Sstevel@tonic-gate# Use is subject to license terms. 47c478bd9Sstevel@tonic-gate# 57c478bd9Sstevel@tonic-gate#pragma ident "%Z%%M% %I% %E% SMI" 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate# cmd/krb5/Makefile 87c478bd9Sstevel@tonic-gate# 97c478bd9Sstevel@tonic-gate# Build everything in parallel; use .WAIT for dependencies 107c478bd9Sstevel@tonic-gate.PARALLEL: 117c478bd9Sstevel@tonic-gate 127c478bd9Sstevel@tonic-gateSUBDIRS= \ 137c478bd9Sstevel@tonic-gate kwarn .WAIT \ 147c478bd9Sstevel@tonic-gate krb5kdc \ 157c478bd9Sstevel@tonic-gate kadmin \ 167c478bd9Sstevel@tonic-gate kdestroy \ 177c478bd9Sstevel@tonic-gate kinit \ 187c478bd9Sstevel@tonic-gate klist \ 197c478bd9Sstevel@tonic-gate kproplog \ 2010db1377Sgtb krb5-config \ 2154925bf6Swillf slave \ 2254925bf6Swillf ldap_util 237c478bd9Sstevel@tonic-gate 247c478bd9Sstevel@tonic-gateall := TARGET= all 257c478bd9Sstevel@tonic-gateclean := TARGET= clean 267c478bd9Sstevel@tonic-gateclobber := TARGET= clobber 277c478bd9Sstevel@tonic-gatedelete := TARGET= delete 287c478bd9Sstevel@tonic-gateinstall := TARGET= install 297c478bd9Sstevel@tonic-gatelint := TARGET= lint 307c478bd9Sstevel@tonic-gatecatalog := TARGET= catalog 317c478bd9Sstevel@tonic-gatepackage := TARGET= package 327c478bd9Sstevel@tonic-gate_msg := TARGET= _msg 337c478bd9Sstevel@tonic-gate 347c478bd9Sstevel@tonic-gate_msg: $(SUBDIRS) 357c478bd9Sstevel@tonic-gate 367c478bd9Sstevel@tonic-gate.KEEP_STATE: 377c478bd9Sstevel@tonic-gate 387c478bd9Sstevel@tonic-gateall clean clobber delete install lint catalog package: $(SUBDIRS) 397c478bd9Sstevel@tonic-gate 407c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS) 417c478bd9Sstevel@tonic-gate 42*c5a6e212Swillf# ldap_util has a dependency on kadmin/cli/getdate.o 43*c5a6e212Swillfldap_util: kadmin 44*c5a6e212Swillf 457c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC 467c478bd9Sstevel@tonic-gate @cd $@; pwd; $(MAKE) $(TARGET) 477c478bd9Sstevel@tonic-gate 487c478bd9Sstevel@tonic-gateFRC: 49