1# 2# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# ident "%Z%%M% %I% %E% SMI" 6# 7 8include $(SRC)/lib/Makefile.lib 9 10SUBDIRS = $(MACH) 11$(BUILD64)SUBDIRS += $(MACH64) 12 13all := TARGET= all 14clean := TARGET= clean 15clobber := TARGET= clobber 16install := TARGET= install 17lint := TARGET= lint 18.KEEP_STATE: 19 20all clean clobber install: spec .WAIT $(SUBDIRS) 21 22lint: $(SUBDIRS) 23 24$(SUBDIRS) spec: FRC 25 @cd $@; pwd; $(MAKE) $(TARGET) 26 27FRC: 28