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