summaryrefslogtreecommitdiff
path: root/usr/src/lib/krb5/kadm5/Makefile
blob: bcdff4783e8fcc88c3753d6aef3afe4e5c41936a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# 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: