summaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
commit1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch)
tree653f6411fbf1fe7f4e1117b460c961ac3767eddf /editors/Makefile
parentAdded spider. (diff)
Convert all makefiles to new formats.
Notes
Notes: svn path=/head/; revision=2233
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 7f2bf2b99ab2..c5e5fcf8f166 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>