xref: /illumos-gate/usr/src/lib/krb5/kdb/Makefile (revision 7c478bd9)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright (c) 1997-2001 by Sun Microsystems, Inc.
3*7c478bd9Sstevel@tonic-gate# All rights reserved.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# lib/krb5/kdb/Makefile
8*7c478bd9Sstevel@tonic-gate
9*7c478bd9Sstevel@tonic-gateinclude		../Makefile.lib
10*7c478bd9Sstevel@tonic-gate
11*7c478bd9Sstevel@tonic-gateSUBDIRS=	spec $(MACH)
12*7c478bd9Sstevel@tonic-gate
13*7c478bd9Sstevel@tonic-gateall :=		TARGET= all
14*7c478bd9Sstevel@tonic-gateclean :=	TARGET= clean
15*7c478bd9Sstevel@tonic-gateclobber :=	TARGET= clobber
16*7c478bd9Sstevel@tonic-gateinstall :=	TARGET= install
17*7c478bd9Sstevel@tonic-gatelint :=		TARGET= lint
18*7c478bd9Sstevel@tonic-gate_msg :=		TARGET= _msg
19*7c478bd9Sstevel@tonic-gate
20*7c478bd9Sstevel@tonic-gate.KEEP_STATE:
21*7c478bd9Sstevel@tonic-gate
22*7c478bd9Sstevel@tonic-gateall clean clobber install lint _msg: $(SUBDIRS)
23*7c478bd9Sstevel@tonic-gate
24*7c478bd9Sstevel@tonic-gate$(MACH) spec: FRC
25*7c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
26*7c478bd9Sstevel@tonic-gate
27*7c478bd9Sstevel@tonic-gateFRC:
28