diff options
author | agc <agc> | 1998-07-21 16:41:58 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-21 16:41:58 +0000 |
commit | e4b8577bc2a4da4cd68de6019f270dc9f0b89179 (patch) | |
tree | 6501fe4ec918b40497a338c03cc975f7ed45f5e4 /lang | |
parent | de0595896726acbcb981007319f62a10232d673e (diff) | |
download | pkgsrc-e4b8577bc2a4da4cd68de6019f270dc9f0b89179.tar.gz |
Add and enable f2c.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index ea167a2b1c3..8a3e0867173 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/07/02 20:35:44 perry Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/21 16:41:58 agc Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -13,6 +13,7 @@ SUBDIR += elk # SUBDIR += eperl SUBDIR += expect + SUBDIR += f2c # SUBDIR += forth # SUBDIR += g77 # SUBDIR += gcl |