diff options
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 95bf3f8a901..fe3f404e73b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/04/04 03:51:43 proff Exp $ +# $NetBSD: Makefile,v 1.25 1999/04/07 10:38:12 agc Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -10,6 +10,7 @@ SUBDIR += clisp # SUBDIR += cmucl # SUBDIR += eiffel + SUBDIR += egcs SUBDIR += elisp-manual SUBDIR += elk # SUBDIR += eperl |