diff options
author | asami <asami@FreeBSD.org> | 1994-11-23 08:04:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-23 08:04:04 +0800 |
commit | 284abf2a2a01a0931d692bf0ea38de8702aed17d (patch) | |
tree | 7670140170c31dc740dfdb35841e414777294194 /editors | |
parent | c0b8bd18f6bf5e679485c9e6fc4ae4dc0d245999 (diff) | |
download | freebsd-ports-gnome-284abf2a2a01a0931d692bf0ea38de8702aed17d.tar.gz freebsd-ports-gnome-284abf2a2a01a0931d692bf0ea38de8702aed17d.tar.zst freebsd-ports-gnome-284abf2a2a01a0931d692bf0ea38de8702aed17d.zip |
Added mule.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7c96a107e422..1d66003b82e2 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 1994/08/23 10:20:21 jkh Exp $ +# $Id: Makefile,v 1.4 1994/09/30 00:55:47 jkh Exp $ # -SUBDIR= jove emacs xemacs +SUBDIR= jove emacs mule xemacs .include <bsd.port.subdir.mk> |