blob: e91f9a35c57fdd17326d55a290f149c8ad321dba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $Id: Makefile,v 1.45 1997/12/14 14:48:37 jseger Exp $
#
SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav
SUBDIR += bpatch
SUBDIR += e93
SUBDIR += emacs
SUBDIR += emacs20
SUBDIR += gvim
SUBDIR += jed
SUBDIR += joe
SUBDIR += jove
SUBDIR += mule
SUBDIR += mule-common
SUBDIR += nedit
SUBDIR += nvi
SUBDIR += staroffice
SUBDIR += thoteditor
SUBDIR += uemacs
SUBDIR += uzap
SUBDIR += vile
SUBDIR += vilearn
SUBDIR += vim
SUBDIR += vim5beta
SUBDIR += xcoral
SUBDIR += xed
SUBDIR += xemacs
SUBDIR += xemacs20
SUBDIR += xvile
.include <bsd.port.subdir.mk>
|