Turn off biosboot_ser until makefile issues get worked out..

This commit is contained in:
sommerfe 1999-03-14 05:50:38 +00:00
parent 6d636069d6
commit 82f8a7dee9
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 1999/03/12 16:07:58 sommerfe Exp $
# $NetBSD: Makefile,v 1.10 1999/03/14 05:50:38 sommerfe Exp $
SUBDIR= biosboot biosboot_ser installboot
SUBDIR= biosboot installboot
SUBDIR+= dosboot
#SUBDIR+= genprom netboot

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1999/03/14 00:04:35 fvdl Exp $
# $NetBSD: Makefile,v 1.3 1999/03/14 05:50:39 sommerfe Exp $
S= ${.CURDIR}/../../../../
@ -34,7 +34,7 @@ CFLAGS+= -Wall
# XXX should go into library
SRCS+= ls.c
.PATH: ${.CURDIR}/../libsa
.PATH: ${.CURDIR}/../libsa ${.CURDIR}/../biosboot
SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000
SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.11 1999/02/14 02:56:19 dean Exp $
# $NetBSD: Makefile,v 1.12 1999/03/14 05:50:39 sommerfe Exp $
# XXX: bsd.own.mk included so LDSTATIC can be overwridden
.include <bsd.own.mk>
CFLAGS=-g
BINDIR= /usr/mdec
PROG= installboot
.PATH.c: ${.CURDIR}/../lib