diff options
author | ats <ats@FreeBSD.org> | 1995-02-18 22:53:47 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-18 22:53:47 +0000 |
commit | d2ef54e07213d122c33347b73c658e6039131368 (patch) | |
tree | 23f0f7f123ea5bc72f7fc6904161f31e5a0f9233 /editors | |
parent | 602b4211d6bec2490852f3d28470548e1657c2d6 (diff) | |
download | FreeBSD-ports-d2ef54e07213d122c33347b73c658e6039131368.zip FreeBSD-ports-d2ef54e07213d122c33347b73c658e6039131368.tar.gz |
Add mule to the SUBDIR target.
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 97224a5..d7e6563 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.7 1995/01/04 07:40:15 jkh Exp $ +# $Id: Makefile,v 1.8 1995/01/05 21:42:45 jkh Exp $ # -SUBDIR= axe emacs jove xemacs +SUBDIR= axe emacs jove mule xemacs .include <bsd.port.subdir.mk> |