blob: bc5f93f13c6b8980878d3fa9f19b0ff25f4fec38 (
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
|
# $Id: Makefile,v 1.58 1995/05/19 09:50:19 asami Exp $
#
SUBDIR += amanda
SUBDIR += beav
SUBDIR += bonnie
SUBDIR += chord
SUBDIR += colorls
SUBDIR += cpm
SUBDIR += hfs
SUBDIR += iozone
SUBDIR += ispell
SUBDIR += kp
SUBDIR += less
SUBDIR += lmbench
RESTRICTED += mmv # restrictive copyright
SUBDIR += mshell
SUBDIR += mtools
SUBDIR += pcemu
RESTRICTED += pgp.non-usa_only # local restrictions
RESTRICTED += pgp.usa_only # local restrections
SUBDIR += rman
SUBDIR += screen
SUBDIR += top
SUBDIR += tua
SUBDIR += vmsbackup
BROKEN += wine # doesn't install
SUBDIR += xbatt
SUBDIR += xdu
SUBDIR += xsysstats
.include <bsd.port.subdir.mk>
|