From 27437e6a2afe8a7a44a4e953b44f3ffcb667d446 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 29 Apr 2002 06:35:25 +0000 Subject: Barrow something from the `nmap' port to help the ENOCLUE people upgrading from releng4 and are not able to properly read make(1) output. --- sys/conf/kmod.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1