diff options
author | jtb <jtb@pkgsrc.org> | 2002-05-04 01:27:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2002-05-04 01:27:50 +0000 |
commit | 8dbfa5420c7857f4466c4078a1e63db6a9f0e5df (patch) | |
tree | b2e6d3564840286dfa371eeee810a0f1f41337a7 /editors/Makefile | |
parent | 4a209d70f83beca6260ab5ecf0199925e9c90d00 (diff) | |
download | pkgsrc-8dbfa5420c7857f4466c4078a1e63db6a9f0e5df.tar.gz |
Add and enable zile.
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" |