diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 22:27:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 22:27:01 +0000 |
commit | 0415dd15224534d4b2b9304d2192de7681a57d92 (patch) | |
tree | 44b7a75723174572589306b07fc2101d84754435 /devel/Makefile | |
parent | cutils is a collection of miscellaneous utilities useful for C programmers. (diff) |
Turn on cutils
Notes
Notes:
svn path=/head/; revision=4898
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4c2abbb63b52..d36f5e033d8c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.36 1996/11/26 08:24:08 asami Exp $ +# $Id: Makefile,v 1.37 1996/11/27 02:49:22 asami Exp $ # SUBDIR += SWIG @@ -6,6 +6,7 @@ SUBDIR += bcc SUBDIR += boehm-gc SUBDIR += cflow + SUBDIR += cutils SUBDIR += cxref SUBDIR += dmake SUBDIR += gcc11 |