-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathMakefile
52 lines (50 loc) · 1.19 KB
/
Makefile
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# $OpenBSD: Makefile,v 1.29 2001/04/18 15:04:50 espie Exp $
# $FreeBSD: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $
#
SUBDIR += abiword
# SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav
# SUBDIR += bpatch
SUBDIR += bvi
SUBDIR += cooledit
SUBDIR += cooledit:python
# SUBDIR += e93
SUBDIR += emacs
SUBDIR += emacs:no_X11
SUBDIR += elvis
SUBDIR += elvis:no_x11
SUBDIR += hexedit
SUBDIR += jed
SUBDIR += jed:no_x11
SUBDIR += joe
SUBDIR += jove
# SUBDIR += mule
# SUBDIR += mule-common
SUBDIR += nano
SUBDIR += nano:slang
SUBDIR += nedit
# SUBDIR += nvi
SUBDIR += nvi-m17n
SUBDIR += nvi-m17n:canna
# SUBDIR += staroffice
SUBDIR += ted
SUBDIR += textedit
# SUBDIR += thoteditor
SUBDIR += uemacs
# SUBDIR += uzap
# SUBDIR += vile
SUBDIR += vim
SUBDIR += wordperfect
# SUBDIR += xcoral
# SUBDIR += xed
# SUBDIR += xemacs
# SUBDIR += xemacs20
# SUBDIR += xemacs20:mule
SUBDIR += xemacs21
SUBDIR += xemacs21:mule
SUBDIR += xemacs21-sumo
SUBDIR += xemacs21-sumo:mule
# SUBDIR += xvile
SUBDIR += xwpe
.include <bsd.port.subdir.mk>