This should now be OK for the 1.1 release.
This commit is contained in:
parent
440c842348
commit
9e67db5b49
|
@ -1,5 +1,5 @@
|
|||
# $Id
|
||||
|
||||
SUBDIR= inst kc upgr
|
||||
SUBDIR= inst kcadp kcoth upgr
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# $Id: Makefile.inc,v 1.2 1995/04/16 19:11:21 mycroft Exp $
|
||||
# $Id: Makefile.inc,v 1.3 1995/10/30 02:25:38 tls Exp $
|
||||
|
||||
# Revision is 1.0A
|
||||
REV= 10A
|
||||
# Revision is 1.1
|
||||
# all these private copies of the version number really lose.
|
||||
REV= 11
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# $Id: Makefile,v 1.1 1995/10/30 02:25:40 tls Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
IMAGE= kcadp${REV}.fs
|
||||
|
||||
.include "${TOP}/kc-common/Makefile.inc"
|
|
@ -0,0 +1,4 @@
|
|||
# $Id: list,v 1.1 1995/10/30 02:25:40 tls Exp $
|
||||
|
||||
# copy the kernel
|
||||
COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTADP/netbsd netbsd
|
|
@ -0,0 +1,8 @@
|
|||
# $Id: Makefile,v 1.1 1995/10/30 02:25:42 tls Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
IMAGE= kcoth${REV}.fs
|
||||
|
||||
.include "${TOP}/kc-common/Makefile.inc"
|
|
@ -0,0 +1,4 @@
|
|||
# $Id: list,v 1.1 1995/10/30 02:25:43 tls Exp $
|
||||
|
||||
# copy the kernel
|
||||
COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTOTHER/netbsd netbsd
|
Loading…
Reference in New Issue