freebsd-src/lib/libcom_err
Bruce Evans 680b396b51 Removed unused `-I.'s from CFLAGS.
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory.  It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
1996-09-04 22:25:35 +00:00
..
doc The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
test The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
com_err.3 The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
com_err.c Don't call _doprnt, which doesn't exist; use vfprintf. 1995-01-23 22:53:12 +00:00
com_err.h The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
error_message.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
error_table.h The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
et_name.c The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
init_et.c The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
internal.h The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00
Makefile Removed unused `-I.'s from CFLAGS. 1996-09-04 22:25:35 +00:00
mit-sipb-copyright.h The Common Error Description Library, developed by MIT SIPB and used by 1995-01-14 22:23:41 +00:00