diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-06-04 07:19:54 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-06-04 07:19:54 +0000 |
commit | fd9fc5a01742303b0d38e9689762b9c64092e713 (patch) | |
tree | 71fbfb91e38ac95d614fde029921587ffcc1ec8b /devel/Makefile | |
parent | Import of Exuberant CTAGS from Darren Hiebert, an improved implementation (diff) |
activate ex-ctags.
Notes
Notes:
svn path=/head/; revision=19200
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 a97b0c9d0d25..c6a0e9184d35 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.186 1999/05/23 14:55:24 rse Exp $ +# $Id: Makefile,v 1.187 1999/05/26 08:03:25 tg Exp $ # SUBDIR += ElectricFence @@ -29,6 +29,7 @@ SUBDIR += cs SUBDIR += cscope SUBDIR += cssc + SUBDIR += ctags SUBDIR += cutils SUBDIR += cvslines SUBDIR += cweb |