diff options
-rw-r--r-- | usr.sbin/config/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index e6e3eb0..ba8b4af 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -171,6 +171,7 @@ main(int argc, char **argv) cleanheaders(p); printf("Kernel build directory is %s\n", p); printf("Don't forget to do a ``make depend''\n"); + printf("You may need to use the make -DNO_WERROR flag if you hit unfixed warnings.\n"); exit(0); } |