Turn off biosboot_ser until makefile issues get worked out..
This commit is contained in:
parent
6d636069d6
commit
82f8a7dee9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user