allow to set location of INSTALL kernel from command line so that
bootfloppies can be built with r/o /usr/src or with other kernels
This commit is contained in:
parent
3c8e65b670
commit
a9ddfb696d
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 1999/03/08 15:59:34 he Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/23 18:10:58 drochner Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot-big.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
|
||||
# This Makefile builds a boot image on a 2.88M-sized image.
|
||||
#
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.2 1997/11/29 21:19:03 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/03/23 18:10:59 drochner Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot-small.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_SMALL/netbsd
|
||||
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_SMALL/netbsd
|
||||
DISKTYPE= floppy5
|
||||
DISKSIZE= 2400
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.1 1998/10/12 16:32:17 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1999/03/23 18:10:59 drochner Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot-tiny.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_TINY/netbsd
|
||||
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_TINY/netbsd
|
||||
DISKTYPE= floppy5
|
||||
DISKSIZE= 2400
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.3 1997/11/29 21:18:58 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/23 18:10:57 drochner Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
|
||||
.include "${TOP}/bootfloppy-common/Makefile.inc"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.1 1998/12/19 19:51:23 he Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1999/03/23 18:10:59 drochner Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
|
||||
.include "${TOP}/fdset-common/Makefile.inc"
|
||||
|
|
Loading…
Reference in New Issue