diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-12-07 22:02:16 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-12-07 22:02:16 +0000 |
commit | bd26b7a1ecc28e9c19384227c84e11fb7ed6817d (patch) | |
tree | d6849a08287edf0762fd6f17eaf4ea69e5d40e57 /editors/Makefile | |
parent | 946f7419f0455c942c9d95e87f71f25fa9f964c2 (diff) | |
download | FreeBSD-ports-bd26b7a1ecc28e9c19384227c84e11fb7ed6817d.zip FreeBSD-ports-bd26b7a1ecc28e9c19384227c84e11fb7ed6817d.tar.gz |
Activate yudit.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7fc4df5..0b0c464 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.58 1998/09/03 11:38:27 obrien Exp $ +# $Id: Makefile,v 1.59 1998/09/18 22:05:55 vanilla Exp $ # SUBDIR += asedit @@ -39,5 +39,6 @@ SUBDIR += xemacs-mule-common SUBDIR += xemacs20 SUBDIR += xvile + SUBDIR += yudit .include <bsd.port.subdir.mk> |