s/installboot/installkernel/, so it won't be confused with a real installboot.
This commit is contained in:
parent
1d5362fe7e
commit
6cf4b35f71
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.1 2000/03/30 21:46:16 soren Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2000/06/20 00:24:03 soren Exp $
|
||||
|
||||
SUBDIR= installboot
|
||||
SUBDIR= installkernel
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,7 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.1 2000/03/30 21:46:16 soren Exp $
|
||||
|
||||
MKMAN= no
|
||||
|
||||
SCRIPTS= installboot.sh
|
||||
|
||||
.include <bsd.prog.mk>
|
7
sys/arch/cobalt/stand/installkernel/Makefile
Normal file
7
sys/arch/cobalt/stand/installkernel/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.1 2000/06/20 00:24:11 soren Exp $
|
||||
|
||||
MKMAN= no
|
||||
|
||||
SCRIPTS= installkernel.sh
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $NetBSD: installboot.sh,v 1.2 2000/06/01 14:33:43 soren Exp $
|
||||
# $NetBSD: installkernel.sh,v 1.1 2000/06/20 00:24:11 soren Exp $
|
||||
|
||||
EXT2_MOUNT=/stand
|
||||
NETBSD_KERNEL=netbsd
|
Loading…
Reference in New Issue
Block a user