From f3320cac1381b036e46ce9a8fb8ec0a3a4016efa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 29 Apr 2002 06:35:25 +0000 Subject: [PATCH] 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(+) diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 74381f2adf10..3790c88e8f26 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