diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-05-16 17:43:29 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-05-16 17:43:29 +0000 |
commit | 0e7d04789291cd6c83999abb2f2019f4ef8d7641 (patch) | |
tree | 283a3d412aa80164e418b0f5223e4f934c28516a | |
parent | Initial import of re2c, a program to compile regular expression to C. (diff) |
Activate re2c.
Notes
Notes:
svn path=/head/; revision=11013
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7babf80619c6..7f928dca1240 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.104 1998/05/07 15:59:43 vanilla Exp $ +# $Id: Makefile,v 1.105 1998/05/12 22:25:44 kuriyama Exp $ # SUBDIR += ElectricFence @@ -95,6 +95,7 @@ SUBDIR += portlint SUBDIR += prc-tools SUBDIR += prcs + SUBDIR += re2c SUBDIR += sawt SUBDIR += scogdb SUBDIR += sfio |