diff options
author | obrien <obrien@FreeBSD.org> | 2000-09-14 15:17:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-09-14 15:17:19 +0000 |
commit | c598149948dc739ac22de15250bc4dc8014e52bc (patch) | |
tree | 7d47d215723bc0fd20cb6433964ab675ecfcbfad /sys | |
parent | 92c621237c9be17db51c4aa795ce1bb6493c561e (diff) | |
download | FreeBSD-src-c598149948dc739ac22de15250bc4dc8014e52bc.zip FreeBSD-src-c598149948dc739ac22de15250bc4dc8014e52bc.tar.gz |
Install the kernel KLM as "kernel" by default.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/Makefile.alpha | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.i386 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 35cd505..851167d 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -20,7 +20,7 @@ %VERSREQ= 500003 # Can be overridden by makeoptions or /etc/make.conf -KERNEL_KO?= kernel.ko +KERNEL_KO?= kernel KERNEL?= kernel KODIR?= /boot/${KERNEL} STD8X16FONT?= iso diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 3edee6a..c6b2b5d 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -20,7 +20,7 @@ %VERSREQ= 500003 # Can be overridden by makeoptions or /etc/make.conf -KERNEL_KO?= kernel.ko +KERNEL_KO?= kernel KERNEL?= kernel KODIR?= /boot/${KERNEL} STD8X16FONT?= iso diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index eff4c50..ef8afd0 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -22,7 +22,7 @@ %VERSREQ= 500003 # Can be overridden by makeoptions or /etc/make.conf -KERNEL_KO?= kernel.ko +KERNEL_KO?= kernel KERNEL?= kernel KODIR?= /boot/${KERNEL} #STD8X16FONT?= iso diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 3edee6a..c6b2b5d 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -20,7 +20,7 @@ %VERSREQ= 500003 # Can be overridden by makeoptions or /etc/make.conf -KERNEL_KO?= kernel.ko +KERNEL_KO?= kernel KERNEL?= kernel KODIR?= /boot/${KERNEL} STD8X16FONT?= iso |