diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 03:11:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 03:11:13 +0800 |
commit | aefb57d0679b46a5a785a91f2165612fe2b84a90 (patch) | |
tree | 303250a46358e830c434c85c627099c372bf2b7f | |
parent | c478dd0c2424c8f61ed4419f219c51f583d05046 (diff) | |
download | freebsd-ports-gnome-aefb57d0679b46a5a785a91f2165612fe2b84a90.tar.gz freebsd-ports-gnome-aefb57d0679b46a5a785a91f2165612fe2b84a90.tar.zst freebsd-ports-gnome-aefb57d0679b46a5a785a91f2165612fe2b84a90.zip |
Add joe. Don't know why it was missing.
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index cdbe85ee639e..7dfb98f4fe35 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.30 1996/07/29 00:43:04 chuckr Exp $ +# $Id: Makefile,v 1.31 1996/08/08 15:05:22 jmz Exp $ # SUBDIR += axe @@ -7,6 +7,7 @@ SUBDIR += bpatch SUBDIR += e93 SUBDIR += emacs + SUBDIR += joe SUBDIR += jove SUBDIR += mule SUBDIR += nedit |