Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

25 lines
406 B
Makefile

#
# @(#)Makefile 1.1 92/07/30
#
ARCH:sh = arch -k
m-mc68010 = m68k
m-mc68020 = m68k
m-sparc = sparc
m-sunrise = sparc
MACH = $(m$(TARGET_MACH))
# All the real work gets done in ./$(ARCH)
# Also, that's where the targets wind up
all boot lint install install_h:
cd $(ARCH); $(MAKE) $(MFLAGS) $@
clean:
cd $(ARCH); $(MAKE) $(MFLAGS) clean
cd lib; $(MAKE) $(MFLAGS) clean
.DEFAULT:
sccs get -G$@ $@