diff options
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 86b8462709b..0279def76c7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2002/04/27 09:54:35 rh Exp $ +# $NetBSD: Makefile,v 1.61 2002/05/04 01:27:50 jtb Exp $ # COMMENT= Editors @@ -64,5 +64,6 @@ SUBDIR+= xemacs-current SUBDIR+= xemacs-packages SUBDIR+= xvile SUBDIR+= yudit +SUBDIR+= zile .include "../mk/bsd.pkg.subdir.mk" |