diff options
author | garbled <garbled@pkgsrc.org> | 1998-12-01 23:30:48 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-12-01 23:30:48 +0000 |
commit | 93cee6c1baa8531353a9a87782ab99f439010d1f (patch) | |
tree | e6d8ba784faa62c198820f2af0fe3607342e6aca | |
parent | 461e0155724ce58529fadc08ca928489328f79f0 (diff) | |
download | pkgsrc-93cee6c1baa8531353a9a87782ab99f439010d1f.tar.gz |
Document and enable cdk.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 30f0e3a9f77..bf307f4cc21 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 1998/11/26 19:06:21 bad Exp $ +# $NetBSD: Makefile,v 1.43 1998/12/01 23:30:48 garbled Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -9,6 +9,7 @@ SUBDIR += bcc SUBDIR += bison SUBDIR += boehm-gc + SUBDIR += cdk # SUBDIR += cflow SUBDIR += chkpt # SUBDIR += crossgo32 |