Grrr, get the right change from the the machine I tested this on.

This commit is contained in:
David E. O'Brien 2001-04-16 15:17:27 +00:00
parent 3cfb58ec23
commit 3a1d7a55f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75547

View File

@ -847,7 +847,7 @@ doSTDKERNEL:
make KERNEL=${KERNEL} DESTDIR=${RD}/kernels install && \
[ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \
cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ${RD}/kernels
make KERNEL=${kernel} DESTDIR=${RD}/kernels kernel-reinstall.debug
make KERNEL=${KERNEL} DESTDIR=${RD}/kernels kernel-reinstall.debug
#
# --==## Put a filesystem into a BOOTMFS kernel ##==--