diff options
author | proff <proff> | 1999-12-15 06:14:17 +0000 |
---|---|---|
committer | proff <proff> | 1999-12-15 06:14:17 +0000 |
commit | 59ee1b048a5fe8f04d9447dd8d62326dc89b51a9 (patch) | |
tree | fdb0778768266dacadc800a51552e126ab3278e4 /lang/Makefile | |
parent | 68eddc8a404c53abd651a54ca7a7e59220341e9f (diff) | |
download | pkgsrc-59ee1b048a5fe8f04d9447dd8d62326dc89b51a9.tar.gz |
add ghc
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 78e86c103cb..602c6ab5a60 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 1999/12/12 21:19:25 bouyer Exp $ +# $NetBSD: Makefile,v 1.38 1999/12/15 06:14:17 proff Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -23,6 +23,7 @@ SUBDIR += gawk # SUBDIR += gcl SUBDIR += gforth + SUBDIR += ghc # SUBDIR += gnat SUBDIR += guavac SUBDIR += guile |