NetBSD/bin/rm
kleink 88c27a6c44 Per 1003.2, no warnings shall be generated for attempts to remove non-existent
files in case the `-f' option has been specified:
Extend the definition of `non-existent' to include ENAMETOOLONG and ENOTDIR
cases, since file names failing with these errors can safely assumed to be
non-existent.  Fixes PR bin/2993.
1997-12-21 15:28:27 +00:00
..
Makefile Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc 1997-07-20 22:36:20 +00:00
rm.1 Fix .Nm usage. 1997-10-20 08:50:59 +00:00
rm.c Per 1003.2, no warnings shall be generated for attempts to remove non-existent 1997-12-21 15:28:27 +00:00