summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-11-03 10:04:54 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-11-03 10:04:54 +0000
commitb206084bd8258710e65e6419a380eeb078804834 (patch)
treefb9d8a37fe18b03722ebc47a0a6d798d61c4db39 /devel
parentImport of cccc port. cccc is a C and C++ code counter which (diff)
Activate cccc.
Notes
Notes: svn path=/head/; revision=8454
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3455d2e6a227..864ccc803f93 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.81 1997/10/27 00:19:10 chuckr Exp $
+# $Id: Makefile,v 1.82 1997/10/30 08:28:30 tg Exp $
#
SUBDIR += SWIG
@@ -8,6 +8,7 @@
SUBDIR += automake
SUBDIR += bcc
SUBDIR += boehm-gc
+ SUBDIR += cccc
SUBDIR += cflow
SUBDIR += crossgo32
SUBDIR += crossgo32-djgpp2