2021-10-11 18:37:13 -03:00

25 lines
406 B
Makefile

#
# @(#)Makefile 1.1 94/10/31
#
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$@ $@