diff options
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 69ac86989d9..07eecffb953 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.278 2009/10/28 06:14:38 dholland Exp $ +# $NetBSD: Makefile,v 1.279 2009/11/15 14:21:41 asau Exp $ # COMMENT= Programming languages @@ -115,6 +115,7 @@ SUBDIR+= pcc SUBDIR+= pcc-current SUBDIR+= pear SUBDIR+= perl5 +SUBDIR+= pfe SUBDIR+= pforth #SUBDIR+= php # only contains Makefile fragments SUBDIR+= php5 |