summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-06-18 17:48:45 +0000
committerimp <imp@FreeBSD.org>2006-06-18 17:48:45 +0000
commit5bf706906dcf57cd303f269792fb57eebf163de1 (patch)
treeb6b89174a409ebbca5f80168fe42264d19384375 /sys/conf
parent5d0c31cbc6db997844ebc02a281444249af56979 (diff)
downloadFreeBSD-src-5bf706906dcf57cd303f269792fb57eebf163de1.zip
FreeBSD-src-5bf706906dcf57cd303f269792fb57eebf163de1.tar.gz
Remove the insistance on having a device.hints. This was a seat belt
for those upgrading from 4.x -> 5.x. It is therefore no longer necessary because it is installed on 5.x and 6.x and one has to upgrade from 6.x -> current, or at the very least 5.x (although not supported, it can be made to work).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.post.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index 58d6794..d4b7acc 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -199,22 +199,6 @@ kernel-tags:
@[ -f .depend ] || { echo "you must make depend first"; exit 1; }
sh $S/conf/systags.sh
-.if ${MACHINE_ARCH} != "ia64"
-.if exists(${DESTDIR}/boot)
-kernel-install-check:
- @if [ ! -f ${DESTDIR}/boot/device.hints ] ; then \
- echo "You must set up a ${DESTDIR}/boot/device.hints file first." ; \
- exit 1 ; \
- fi
- @if [ x"`grep device.hints ${DESTDIR}/boot/defaults/loader.conf ${DESTDIR}/boot/loader.conf`" = "x" ]; then \
- echo "You must activate /boot/device.hints in loader.conf." ; \
- exit 1 ; \
- fi
-
-kernel-install: kernel-install-check
-.endif
-.endif
-
kernel-install:
@if [ ! -f ${KERNEL_KO} ] ; then \
echo "You must build a kernel first." ; \
OpenPOWER on IntegriCloud