diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /editors | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | FreeBSD-ports-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip FreeBSD-ports-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz |
Convert all makefiles to new formats.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7f2bf2b..c5e5fcf 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,6 +1,17 @@ -# $Id: Makefile,v 1.20 1995/06/22 21:33:35 joerg Exp $ +# $Id: Makefile,v 1.21 1995/10/02 16:17:08 erich Exp $ # -SUBDIR= axe e93 emacs jove mule tkHTML uemacs uzap vile xcoral xemacs xvile + SUBDIR += axe + SUBDIR += e93 + SUBDIR += emacs + SUBDIR += jove + SUBDIR += mule + SUBDIR += tkHTML + SUBDIR += uemacs + SUBDIR += uzap + SUBDIR += vile + SUBDIR += xcoral + SUBDIR += xemacs + SUBDIR += xvile .include <bsd.port.subdir.mk> |