blob: eddf7c461864f324b2f5a672ae0f968e99df46ec (
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
|
# $Id: Makefile,v 1.72 1996/03/20 07:54:21 asami Exp $
#
SUBDIR += amanda
SUBDIR += astrolog
SUBDIR += btoa
SUBDIR += buffer
SUBDIR += chord
SUBDIR += colorls
SUBDIR += ctk
SUBDIR += fd
SUBDIR += fep
SUBDIR += git
SUBDIR += glimpse
SUBDIR += ical
SUBDIR += ispell
SUBDIR += kp
SUBDIR += less
SUBDIR += linuxls
SUBDIR += mc
RESTRICTED += mmv # restrictive copyright
SUBDIR += mshell
SUBDIR += recode
SUBDIR += rman
SUBDIR += screen
SUBDIR += team
SUBDIR += tkinfo
SUBDIR += tkman
.include <bsd.port.subdir.mk>
|