diff options
author | tron <tron@pkgsrc.org> | 1998-08-14 22:15:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-14 22:15:31 +0000 |
commit | b3513b5deab647843f1bb8452a38d4e5a3b20080 (patch) | |
tree | b4ff145ad7e9af3a5657f458e17ebf7547041844 /editors/Makefile | |
parent | 42d4020a540e7dac2420848baa9782a96301a12d (diff) | |
download | pkgsrc-b3513b5deab647843f1bb8452a38d4e5a3b20080.tar.gz |
Add and enable "ne", fixes PR pkg/5920.
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 0b0d731af6b..bb51094988c 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/07 19:51:18 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/08/14 22:15:31 tron Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -14,6 +14,7 @@ # SUBDIR += jove # SUBDIR += mule # SUBDIR += mule-common + SUBDIR += ne SUBDIR += nedit # SUBDIR += nvi # SUBDIR += pico |