diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-17 00:06:07 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-17 00:06:07 +0000 |
commit | c1199f3aa213c3cd25bc367fc84a8e6633f10f8b (patch) | |
tree | 6a676e7c51527883c828e7d176a153d9a1a4aca2 /editors | |
parent | b26305f133a91ce0d1fb0cfb9a0358108f1b7a2f (diff) | |
download | pkgsrc-c1199f3aa213c3cd25bc367fc84a8e6633f10f8b.tar.gz |
Add and enable nano.
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 b52d2758c95..7f3accfcf37 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2001/05/14 14:48:26 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2001/05/17 00:06:07 jtb Exp $ # COMMENT= Editors @@ -17,6 +17,7 @@ SUBDIR+= leim SUBDIR+= manedit SUBDIR+= mg2a SUBDIR+= mule +SUBDIR+= nano SUBDIR+= ne SUBDIR+= nedit SUBDIR+= ng |