dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / tools / ctf / dwarf / Makefile
blob3eb058d689dc1cb2ed05a7fc79d595e4852a73d5
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
16 .KEEP_STATE:
18 install all clean clobber: $(SUBDIRS)
20 $(SUBDIRS): FRC
21 @cd $@; pwd; $(MAKE) $(TARGET)
23 FRC: