diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 08:09:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 08:09:24 +0000 |
commit | 6553a05875ff3596e84cb1478139d1160c8de561 (patch) | |
tree | e3043ec31cd3ca414dc307622140c71a73478761 /devel/Makefile | |
parent | Oops, forgot to change maintainer. (diff) |
Added flex.
Notes
Notes:
svn path=/head/; revision=2884
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 0c07d8f8591d..ecd43182a82d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1995/11/26 21:19:12 asami Exp $ +# $Id: Makefile,v 1.18 1995/12/05 02:07:43 ache Exp $ # SUBDIR += autoconf @@ -6,6 +6,7 @@ SUBDIR += bison SUBDIR += cflow SUBDIR += dmake + SUBDIR += flex SUBDIR += gmake SUBDIR += gperf SUBDIR += libdlmalloc |