diff options
author | tron <tron> | 1999-12-28 14:22:43 +0000 |
---|---|---|
committer | tron <tron> | 1999-12-28 14:22:43 +0000 |
commit | f715447025b434026875ef8d732e9a541c252fc2 (patch) | |
tree | 0c79282f0c86425107906e2c028bc041f9138f5e | |
parent | e5b6b8f89dc7b038a4d500e3a72842e5b6ae77ca (diff) | |
download | pkgsrc-f715447025b434026875ef8d732e9a541c252fc2.tar.gz |
Add and enable "leim". Fixes PR pkg/7736 by Minoura Makoto.
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 3800fcafa4d..fbc65b5a378 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/12/21 13:27:51 pooka Exp $ +# $NetBSD: Makefile,v 1.26 1999/12/28 14:22:43 tron Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -15,6 +15,7 @@ SUBDIR += jed SUBDIR += joe SUBDIR += jove + SUBDIR += leim # SUBDIR += mule # SUBDIR += mule-common SUBDIR += ne |