diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-07 19:51:18 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-07 19:51:18 +0000 |
commit | 67956445745cb0fdd0758f97762affc8d80985ab (patch) | |
tree | 03dd2d6870433a2d5daa1a16ea2d77b822ea9366 /editors | |
parent | e0e695c11574c4374f300aea97bafe92470ea2e9 (diff) | |
download | pkgsrc-67956445745cb0fdd0758f97762affc8d80985ab.tar.gz |
Add but don't enable pico by default. Its a subset of pine.
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 afccd602843..0b0d731af6b 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/02 22:34:02 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/07 19:51:18 frueauf Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -16,6 +16,7 @@ # SUBDIR += mule-common SUBDIR += nedit # SUBDIR += nvi +# SUBDIR += pico SUBDIR += ssam # SUBDIR += staroffice # SUBDIR += thoteditor |