8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / tools / ctf / dwarf / Makefile
blob55d333c6f1f95a60e469a199e6200ec68cfa175c
2 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 #ident "%Z%%M% %I% %E% SMI"
7 include ../../Makefile.tools
9 SUBDIRS = $(MACH)
11 all := TARGET= all
12 install := TARGET= install
13 clean := TARGET= clean
14 clobber := TARGET= clobber
15 lint := TARGET= lint
17 .KEEP_STATE:
19 install all clean clobber: $(SUBDIRS)
21 lint:
23 $(SUBDIRS): FRC
24 @cd $@; pwd; $(MAKE) $(TARGET)
26 FRC: