summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-25 08:09:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-25 08:09:24 +0000
commit6553a05875ff3596e84cb1478139d1160c8de561 (patch)
treee3043ec31cd3ca414dc307622140c71a73478761 /devel
parentOops, forgot to change maintainer. (diff)
Added flex.
Notes
Notes: svn path=/head/; revision=2884
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
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