blob: 5ac1c21ec13663e8e27cc1e4ff30ecc2f7ad88cc (
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
|
# $Id: Makefile,v 1.41 1997/07/10 06:29:40 tg Exp $
#
SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav
SUBDIR += bpatch
SUBDIR += e93
SUBDIR += emacs
SUBDIR += gvim
SUBDIR += jed
SUBDIR += joe
SUBDIR += jove
SUBDIR += mule
SUBDIR += nedit
SUBDIR += nvi
SUBDIR += staroffice
SUBDIR += uemacs
SUBDIR += uzap
SUBDIR += vile
SUBDIR += vim
SUBDIR += vim5beta
SUBDIR += xcoral
SUBDIR += xed
SUBDIR += xemacs
SUBDIR += xemacs20
SUBDIR += xvile
.include <bsd.port.subdir.mk>
|