diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-22 22:16:31 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-22 22:16:31 +0000 |
commit | 9516b65faac18e1b0a2813f7fa6774bec20ff60f (patch) | |
tree | 00867ec6c5fc083b093a32fdfa9083d54addaf74 /devel/Makefile | |
parent | d0b9cb18ec28662d7312d653fc99300700894676 (diff) |
Add error, a program to analyze diagnostic error output from compilers
and other processors. This was formerly in the base system, but was
removed because it isn't entirely compatible with the toolchain in
use. Nevertheless, at certain times it can still be useful.
Reviewed by: roam
Notes
Notes:
svn path=/head/; revision=44335
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5bfe04871972..751b779d792e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -103,6 +103,7 @@ SUBDIR += elib-emacs SUBDIR += elib-emacs20 SUBDIR += entity + SUBDIR += error SUBDIR += f77flow SUBDIR += fam SUBDIR += fampp |