diff options
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index fe3f404e73b..7535c3b7185 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/04/07 10:38:12 agc Exp $ +# $NetBSD: Makefile,v 1.26 1999/04/10 13:59:11 simonb Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -20,6 +20,7 @@ # SUBDIR += forth # SUBDIR += g77 # SUBDIR += gcl + SUBDIR += gforth # SUBDIR += gnat SUBDIR += guavac SUBDIR += guile |