diff options
author | jtb <jtb> | 2001-05-17 00:06:07 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-17 00:06:07 +0000 |
commit | be15e3f2017e3b5a71141c8dd13c5f07a1453569 (patch) | |
tree | 6a676e7c51527883c828e7d176a153d9a1a4aca2 /editors | |
parent | 7c8ccf0d56895d865df8515f7304d46e0e3f9b38 (diff) | |
download | pkgsrc-be15e3f2017e3b5a71141c8dd13c5f07a1453569.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 |