diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-14 15:17:19 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-14 15:17:19 +0000 |
| commit | 6c5d64418318c286ae7fb8cf3d1749fe6eb33ae8 (patch) | |
| tree | af788c1d081ab1ca9a9481b14bd07fb28b4e7472 | |
| parent | c99918f36e8d55cbd78661f1e84fb737ebde59f0 (diff) | |
Notes
| -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 35cd5059db83..851167dfbb4c 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 3edee6a6bb4a..c6b2b5d72bd9 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 eff4c503b135..ef8afd021222 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 3edee6a6bb4a..c6b2b5d72bd9 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 |
