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