diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-18 22:53:47 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-18 22:53:47 +0000 |
commit | 0520287687a82239fb34ce0e4de8b41252804b81 (patch) | |
tree | be6b9b5d3eebec864af716fad63ca0a56ce0b1c9 /editors | |
parent | Add xdaliclock. (diff) |
Add mule to the SUBDIR target.
Notes
Notes:
svn path=/head/; revision=1005
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 97224a54e137..d7e6563cc571 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> |