summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-29 06:35:25 +0000
committerobrien <obrien@FreeBSD.org>2002-04-29 06:35:25 +0000
commit27437e6a2afe8a7a44a4e953b44f3ffcb667d446 (patch)
tree8d975c57db905833224b4a1653a165bea91517ad /sys/conf/kmod.mk
parent50116a633cae5d1cd9a6ee1057e29db3ca114275 (diff)
downloadFreeBSD-src-27437e6a2afe8a7a44a4e953b44f3ffcb667d446.zip
FreeBSD-src-27437e6a2afe8a7a44a4e953b44f3ffcb667d446.tar.gz
Barrow something from the `nmap' port to help the ENOCLUE people upgrading
from releng4 and are not able to properly read make(1) output.
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 74381f2..3790c88 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -253,7 +253,9 @@ realinstall:
done; true
.endif
.if !defined(NO_XREF)
+ @echo "FAILURES HERE ARE OK"
-kldxref ${DESTDIR}${KMODDIR}
+ @echo "END OF SECTION WHERE FAILURES ARE OK"
.endif
.endif
OpenPOWER on IntegriCloud