diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-03-09 16:16:58 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-03-09 16:16:58 +0000 |
commit | 4f29913ec5f53c8285965ff2403db3f8f96d0a79 (patch) | |
tree | 0d2d6cfcad00273997be6820ff5ae96b10ec153a | |
parent | Icmake is a hybrid between a 'make' utility and a 'shell script' (diff) |
Add icmake (missed from the last commit)
Approved by: tabthorpe
Notes
Notes:
svn path=/head/; revision=229759
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e15c35cf9e76..a2e4e10c3250 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -521,6 +521,7 @@ SUBDIR += i960-rtems-gcc SUBDIR += i960-rtems-gdb SUBDIR += ice + SUBDIR += icmake SUBDIR += icu SUBDIR += icu2 SUBDIR += id-utils |