connected ps and ftpd200 to commands build

disabled verbose message in readclock
This commit is contained in:
Ben Gras 2005-06-20 12:01:15 +00:00
parent 403580e95b
commit e40c757038
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ all install clean::
cd flex-2.3.7 && $(MAKE) $@
cd ftp && $(MAKE) $@
cd ftpd && $(MAKE) $@
cd ftpd200 && $(MAKE) $@
cd ibm && $(MAKE) $@
cd kermit && $(MAKE) $@
# cd kermit_211 && $(MAKE) $@

View file

@ -181,7 +181,9 @@ PUBLIC int main(int argc, char **argv)
if (strftime(date, sizeof(date),
"%a %b %d %H:%M:%S %Z %Y", &tmnow) != 0) {
if (date[8] == '0') date[8]= ' ';
#if 0
printf("%s [CMOS read via FS, see command/ibm/readclock.c]\n", date);
#endif
}
exit(0);
}