Files
Arquivotheca.Solaris-2.5/cmd/sx/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

30 lines
523 B
Makefile
Executable File

#
# Copyright (c) 1993, by Sun Microsystems, Inc.
#
# Makefile definitions for SX-related items
#
#ident "@(#)Makefile 1.9 93/05/14 SMI"
#
# cmd/sx/Makefile
#
# These utilities are specific to the SPARCstation-10SX platform at this
# time.
#
SUBDIRS = sparc
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
lint := TARGET= lint
cstyle := TARGET= cstyle
.KEEP_STATE:
all install cstyle lint clean clobber: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: