NetBSD/sys/arch/pmax/stand/Makefile
simonb 6c2628b5d0 Almost working bootblocks for the pmax. This compiles fine with gcc
2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3
bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o
that's about a 100 bytes too big, and it busts the 7.5k we've got for
bootrz.

Still needs cleanup - the Makefiles could be better/cleaner, and doesn't
install yet (because of above problem).  At least there's something to
work with now.

Note that we have our own versions of a lot of the sys/lib/libsa
routines which are less functional/smaller.
1999-01-21 12:33:39 +00:00

9 lines
173 B
Makefile

# $NetBSD: Makefile,v 1.11 1999/01/21 12:33:39 simonb Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
SUBDIR= libsa scsiboot
all-scsiboot: all-libsa
.include <bsd.subdir.mk>