diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 366ec233177..f6aa81bd42d 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -171,8 +171,6 @@ makefile() else fprintf(ofp, " -D%s", op->op_name); fprintf(ofp, "\n"); - if (hadtz == 0) - printf("timezone not specified; gmt assumed\n"); if ((unsigned)machine > NUSERS) { printf("maxusers config info isn't present, using vax\n"); up = &users[MACHINE_VAX-1];