8828 udapl: value computed is not used
[unleashed.git] / usr / src / lib / krb5 / Makefile
blob0e290610da928e868fc25503df2a51d8b15a0d6e
2 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # ident "%Z%%M% %I% %E% SMI"
7 # lib/krb5/Makefile
9 # include global definitions
10 include ../../Makefile.master
13 # Build everything in parallel; use .WAIT for dependencies
14 .PARALLEL:
16 SUBDIRS= \
17 dyn \
18 .WAIT \
19 kdb \
20 .WAIT \
21 kadm5 \
22 .WAIT \
23 ss \
24 plugins
26 all := TARGET= all
27 install := TARGET= install
28 clean := TARGET= clean
29 clobber := TARGET= clobber
30 lint := TARGET= lint
31 _msg := TARGET= _msg
33 .KEEP_STATE:
35 all install clean clobber lint _msg: $(SUBDIRS)
37 $(SUBDIRS): FRC
38 @cd $@; pwd; $(MAKE) $(TARGET)
40 FRC: