diff options
author | cjep <cjep@pkgsrc.org> | 2004-03-12 13:13:09 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-03-12 13:13:09 +0000 |
commit | a36ba8ff46c26a7f344c8157d6129b61d725e8cb (patch) | |
tree | c25058e9da04399b9d9d8bb86ad6018c1f899322 /editors/Makefile | |
parent | d0675d654db5b23a0a694e84acf088ea416459d4 (diff) | |
download | pkgsrc-a36ba8ff46c26a7f344c8157d6129b61d725e8cb.tar.gz |
add ed
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 cc7ee98de3e..bd9d1f11d02 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2004/03/08 23:21:08 wiz Exp $ +# $NetBSD: Makefile,v 1.99 2004/03/12 13:13:09 cjep Exp $ # COMMENT= Editors @@ -17,6 +17,7 @@ SUBDIR+= conglomerate SUBDIR+= cooledit SUBDIR+= dasher SUBDIR+= easyedit +SUBDIR+= ed SUBDIR+= elvis SUBDIR+= elvis-x11 SUBDIR+= emacs |