0N/A#
2362N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A# ident "%Z%%M% %I% %E% SMI"
0N/A#
2362N/A# lib/krb5/kadm5/Makefile
0N/A#
2362N/A# include global definitions
0N/Ainclude ../../../Makefile.master
0N/A
0N/A#
0N/A# Build everything in parallel; use .WAIT for dependencies
0N/A.PARALLEL: $(SUBDIRS)
0N/A
0N/ASUBDIRS= clnt srv
0N/A
0N/Aall := TARGET= all
0N/Aclean := TARGET= clean
0N/Aclobber := TARGET= clobber
2362N/Ainstall := TARGET= install
2362N/Alint := TARGET= lint
2362N/A_msg := TARGET= _msg
0N/A
0N/A.KEEP_STATE:
0N/A
0N/Aall clean clobber install lint _msg: $(SUBDIRS)
0N/A
0N/A$(SUBDIRS): FRC
0N/A @cd $@; pwd; $(MAKE) $(TARGET)
0N/A
0N/AFRC:
0N/A