xref: /illumos-gate/usr/src/lib/krb5/kadm5/Makefile (revision 241c90a0)
1#
2# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5
6# include global definitions
7include ../../../Makefile.master
8
9#
10# Build everything in parallel; use .WAIT for dependencies
11.PARALLEL: $(SUBDIRS)
12
13SUBDIRS= clnt srv
14
15all :=		TARGET= all
16clean :=	TARGET= clean
17clobber :=	TARGET= clobber
18install :=	TARGET= install
19_msg :=		TARGET= _msg
20
21.KEEP_STATE:
22
23all clean clobber install _msg: $(SUBDIRS)
24
25$(SUBDIRS): FRC
26	@cd $@; pwd; $(MAKE) $(TARGET)
27
28FRC:
29