diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 05:07:50 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 05:07:50 +0000 |
commit | e4481e587622a21467e23b34c5badd0e986d4865 (patch) | |
tree | e112fe1bd5074a0a7c0fa7dfd7283dda8a06039c /devel/Makefile | |
parent | Cdecl composes compilable C declarations and typecasts from descriptive (diff) |
turn on cdecl
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index effea3cc9d4a..54ea6c62d2c5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -16,6 +16,7 @@ SUBDIR += bison SUBDIR += boehm-gc SUBDIR += cccc + SUBDIR += cdecl SUBDIR += cdk SUBDIR += cflow SUBDIR += clig |