summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-06-18 17:48:45 +0000
committerWarner Losh <imp@FreeBSD.org>2006-06-18 17:48:45 +0000
commitf36c2bbe0cde0589768dc6231f93c08387d326ff (patch)
treeb6b89174a409ebbca5f80168fe42264d19384375 /sys
parent7e7a050537fc799bf28ab3272451e5ec5060717f (diff)
Notes
Diffstat (limited to 'sys')
-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 58d67947c377..d4b7acccdfaa 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." ; \