summaryrefslogtreecommitdiff
path: root/usr/src/lib/krb5/kdb/Makefile
blob: a3f14cb5dc85940c83c7f00b589072d57371ee18 (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
#
# Copyright (c) 1997-2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#pragma ident	"%Z%%M%	%I%	%E% SMI" 
#
# lib/krb5/kdb/Makefile

include		../Makefile.lib

SUBDIRS=	spec $(MACH)

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)

$(MACH) spec: FRC
	@cd $@; pwd; $(MAKE) $(TARGET)

FRC: