diff options
author | jtb <jtb> | 2002-05-04 01:27:50 +0000 |
---|---|---|
committer | jtb <jtb> | 2002-05-04 01:27:50 +0000 |
commit | b5a2f3e4a269c9abc41c0579fa4b7366ea9a4e77 (patch) | |
tree | b2e6d3564840286dfa371eeee810a0f1f41337a7 /editors | |
parent | 3ac41d4deb18b89786c874cae28e0c5728fb8307 (diff) | |
download | pkgsrc-b5a2f3e4a269c9abc41c0579fa4b7366ea9a4e77.tar.gz |
Add and enable zile.
Diffstat (limited to 'editors')
-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" |