blob: 7dfb98f4fe35fae3b7b2162e81cdc0de70ad70eb (
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
|
# $Id: Makefile,v 1.31 1996/08/08 15:05:22 jmz Exp $
#
SUBDIR += axe
SUBDIR += asedit
SUBDIR += beav
SUBDIR += bpatch
SUBDIR += e93
SUBDIR += emacs
SUBDIR += joe
SUBDIR += jove
SUBDIR += mule
SUBDIR += nedit
SUBDIR += uemacs
SUBDIR += uzap
SUBDIR += vile
SUBDIR += vim
SUBDIR += xcoral
SUBDIR += xed
SUBDIR += xemacs
SUBDIR += xvile
.include <bsd.port.subdir.mk>
|