Files
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

27 lines
400 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.1 93/11/18 SMI"
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
# uts/adb/platform/Makefile
#
SUBDIRS= $(MACH)
# conditional assignments
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
lint := TARGET= lint
.KEEP_STATE:
all install clean clobber lint: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: