diff options
author | tg <tg@FreeBSD.org> | 1997-11-03 10:04:54 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-03 10:04:54 +0000 |
commit | e116acc8bf0a3f1cfae3d06c3f32746d4809f7de (patch) | |
tree | a8a62bc6995589a56e3f91c577092e6adcfd9d0c | |
parent | 9ac61ec9c409bf28cb4adc337571243203190a8a (diff) | |
download | FreeBSD-ports-e116acc8bf0a3f1cfae3d06c3f32746d4809f7de.zip FreeBSD-ports-e116acc8bf0a3f1cfae3d06c3f32746d4809f7de.tar.gz |
Activate cccc.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3455d2e..864ccc8 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 |