diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-27 16:46:01 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-27 16:46:01 +0000 |
commit | 66489dea2d2c437128ff90da276e756b81075641 (patch) | |
tree | d6e3e23bba2235066aabfb93ac77e610508e0333 | |
parent | New port, automake: (diff) |
Activate automake.
Notes
Notes:
svn path=/head/; revision=6579
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9a3a9557f2d6..ff56c987a719 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.55 1997/05/23 08:02:50 tg Exp $ +# $Id: Makefile,v 1.56 1997/05/24 13:16:59 jfitz Exp $ # SUBDIR += SWIG SUBDIR += autoconf + SUBDIR += automake SUBDIR += bcc SUBDIR += boehm-gc SUBDIR += cflow |