diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-12-12 21:19:25 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-12-12 21:19:25 +0000 |
commit | c68fc5fef427f23f7be00e66c740928607fe47cb (patch) | |
tree | c14d57dc771ded55d65060292447b2c088a73901 | |
parent | 227978d605eb759951e0247824c123e1e68ce15c (diff) | |
download | pkgsrc-c68fc5fef427f23f7be00e66c740928607fe47cb.tar.gz |
Add gawk.
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index c85bcbe4e84..78e86c103cb 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/12/08 16:12:21 proff Exp $ +# $NetBSD: Makefile,v 1.37 1999/12/12 21:19:25 bouyer Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -20,6 +20,7 @@ SUBDIR += fort77 # SUBDIR += forth # SUBDIR += g77 + SUBDIR += gawk # SUBDIR += gcl SUBDIR += gforth # SUBDIR += gnat |