Nuke biosboot_ps2

This commit is contained in:
jdolecek 2001-05-02 13:43:10 +00:00
parent 7e111aa959
commit 7cb5602067
3 changed files with 2 additions and 13 deletions

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.13 2000/05/13 19:58:01 jdolecek Exp $
# $NetBSD: Makefile,v 1.14 2001/05/02 13:43:10 jdolecek Exp $
SUBDIR= biosboot installboot
SUBDIR+= dosboot
SUBDIR+= biosboot_com0
SUBDIR+= biosboot_resetvideo
SUBDIR+= biosboot_ps2
#SUBDIR+= genprom netboot
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2001/03/31 09:45:12 hubertf Exp $
# $NetBSD: Makefile,v 1.35 2001/05/02 13:43:11 jdolecek Exp $
S= ${.CURDIR}/../../../../
@ -37,11 +37,6 @@ CPPFLAGS+= -DRESET_VIDEO
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
.endif
.if (${BASE} == "biosboot_ps2")
CPPFLAGS+= -DIBM_L40
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
.endif
CPPFLAGS+= -DSUPPORT_USTARFS
#CPPFLAGS+= -DSUPPORT_DOSFS
CPPFLAGS+= -DPASS_BIOSGEOM

View File

@ -1,5 +0,0 @@
# $NetBSD: Makefile,v 1.1 2000/05/13 19:58:03 jdolecek Exp $
BASE= biosboot_ps2
.include "../biosboot/Makefile"