Merge separate kernel-copy floppies back into one. This is a stop-gap
measure; the next release will use something Different. Update version number to 1.2C.
This commit is contained in:
parent
4ce568ed93
commit
d6af1b7d7c
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.4 1996/10/09 00:13:36 jtc Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1997/02/18 07:38:15 mikel Exp $
|
||||
|
||||
SUBDIR= inst kcadp kcoth upgr
|
||||
SUBDIR= inst kc upgr
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile.inc,v 1.6 1996/10/25 23:28:44 perry Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 1997/02/18 07:38:16 mikel Exp $
|
||||
|
||||
# Revision is 1.2B
|
||||
# Revision is 1.2C
|
||||
# all these private copies of the version number really lose.
|
||||
REV= 12B
|
||||
REV= 12C
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 1996/10/09 00:13:36 jtc Exp $
|
||||
# $Id: Makefile,v 1.3 1997/02/18 07:38:17 mikel Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
IMAGE= kcadp${REV}.fs
|
||||
IMAGE= kc-${REV}.fs
|
||||
|
||||
.include "${TOP}/kc-common/Makefile.inc"
|
|
@ -0,0 +1,4 @@
|
|||
# $Id: list,v 1.3 1997/02/18 07:38:18 mikel Exp $
|
||||
|
||||
# copy the kernel
|
||||
COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd netbsd
|
|
@ -1,4 +0,0 @@
|
|||
# $NetBSD: list,v 1.2 1996/10/09 00:13:36 jtc Exp $
|
||||
|
||||
# copy the kernel
|
||||
COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTADP/netbsd netbsd
|
|
@ -1,8 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 1996/10/09 00:13:36 jtc Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
IMAGE= kcoth${REV}.fs
|
||||
|
||||
.include "${TOP}/kc-common/Makefile.inc"
|
|
@ -1,4 +0,0 @@
|
|||
# $NetBSD: list,v 1.2 1996/10/09 00:13:36 jtc Exp $
|
||||
|
||||
# copy the kernel
|
||||
COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTOTHER/netbsd netbsd
|
Loading…
Reference in New Issue