diff options
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 03e284fdac8..989b29a6eeb 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2003/01/22 22:44:12 kristerw Exp $ +# $NetBSD: Makefile,v 1.144 2003/02/17 18:50:37 jtb Exp $ # COMMENT= Programming languages @@ -36,6 +36,7 @@ SUBDIR+= gcc-ssp SUBDIR+= gcc3 SUBDIR+= gforth SUBDIR+= ghc +SUBDIR+= gpc SUBDIR+= gprolog SUBDIR+= guavac SUBDIR+= guile |