8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / krb5 / kadm5 / Makefile
blobbcdff4783e8fcc88c3753d6aef3afe4e5c41936a
2 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # ident "%Z%%M% %I% %E% SMI"
7 # lib/krb5/kadm5/Makefile
9 # include global definitions
10 include ../../../Makefile.master
13 # Build everything in parallel; use .WAIT for dependencies
14 .PARALLEL: $(SUBDIRS)
16 SUBDIRS= clnt srv
18 all := TARGET= all
19 clean := TARGET= clean
20 clobber := TARGET= clobber
21 install := TARGET= install
22 lint := TARGET= lint
23 _msg := TARGET= _msg
25 .KEEP_STATE:
27 all clean clobber install lint _msg: $(SUBDIRS)
29 $(SUBDIRS): FRC
30 @cd $@; pwd; $(MAKE) $(TARGET)
32 FRC: