2N/A#
2N/A# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A# lib/krb5/kadm5/Makefile
2N/A#
2N/A# include global definitions
2N/Ainclude ../../../Makefile.master
2N/A
2N/A#
2N/A# Build everything in parallel; use .WAIT for dependencies
2N/A.PARALLEL: $(SUBDIRS)
2N/A
2N/ASUBDIRS= clnt srv
2N/A
2N/Aall := TARGET= all
2N/Aclean := TARGET= clean
2N/Aclobber := TARGET= clobber
2N/Ainstall := TARGET= install
2N/Alint := TARGET= lint
2N/A_msg := TARGET= _msg
2N/Astub := TARGET = stub
2N/Astubinstall := TARGET = stubinstall
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall clean clobber install lint _msg stub stubinstall: $(SUBDIRS)
2N/A
2N/A$(SUBDIRS): FRC
2N/A @cd $@; pwd; $(MAKE) $(TARGET)
2N/A
2N/AFRC: