blob: 5a1cfcdad2191e1dbab48062622a65f0b90f0ff5 (
plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
# $FreeBSD$
#
SUBDIR += LPRng
SUBDIR += afio
SUBDIR += asapm
SUBDIR += ascpu
SUBDIR += asfsm
SUBDIR += asmem
SUBDIR += asmon
SUBDIR += asrpages
SUBDIR += battstat-applet
SUBDIR += bchunk
SUBDIR += bkpupsd
SUBDIR += cd-write
SUBDIR += cdrecord
SUBDIR += cfengine
SUBDIR += clockspeed
SUBDIR += comconsole
SUBDIR += consolehm
SUBDIR += contool
SUBDIR += copytape
SUBDIR += cpbk
SUBDIR += cpdup
SUBDIR += cronolog
SUBDIR += daemontools
SUBDIR += daemontools53
SUBDIR += deleted
SUBDIR += detach
SUBDIR += diskusage
SUBDIR += doconfig
SUBDIR += eject
SUBDIR += ffsrecov
SUBDIR += fileutils
SUBDIR += flexbackup
SUBDIR += fontedit
SUBDIR += fortunelock
SUBDIR += gcombust
SUBDIR += gkrellm
SUBDIR += glload
SUBDIR += gnomecontrolcenter
SUBDIR += gnomefind
SUBDIR += gpart
SUBDIR += grub
SUBDIR += gtar
SUBDIR += gtop
SUBDIR += guitar
SUBDIR += healthd
SUBDIR += heat
SUBDIR += idled
SUBDIR += ipsc
SUBDIR += lavaps
SUBDIR += libretto-config
SUBDIR += lmmon
SUBDIR += logrotate
SUBDIR += lsof
SUBDIR += manck
SUBDIR += medusa
SUBDIR += mei
SUBDIR += memtest
SUBDIR += mkisofs
SUBDIR += monitord
SUBDIR += muse
SUBDIR += no-login
SUBDIR += npadmin
SUBDIR += nut
SUBDIR += nwclient
SUBDIR += obliterate
SUBDIR += p5-SyslogScan
SUBDIR += pib
SUBDIR += pkg_remove
SUBDIR += prips
SUBDIR += procmap
SUBDIR += psmisc
SUBDIR += pwgen
SUBDIR += rdate
SUBDIR += rtty
SUBDIR += roottail
SUBDIR += ruby-syslog
SUBDIR += sarah
SUBDIR += sdd
SUBDIR += setcdboot
SUBDIR += setquota
SUBDIR += skill
SUBDIR += socket
SUBDIR += star
SUBDIR += stat
SUBDIR += stmpclean
SUBDIR += stow
SUBDIR += su2
SUBDIR += symlinks
SUBDIR += syslog-ng
SUBDIR += tcplist
SUBDIR += truncate
SUBDIR += tua
SUBDIR += ucspi-tcp
SUBDIR += upsd
SUBDIR += upsmon
SUBDIR += uwatch
SUBDIR += webmin
SUBDIR += whowatch
SUBDIR += wmapm
SUBDIR += wmavgload
SUBDIR += wmbattery
SUBDIR += wmfire
SUBDIR += wmhm
SUBDIR += wminet
SUBDIR += wmlmmon
SUBDIR += wmmon
SUBDIR += wmmount
SUBDIR += wmpccard
SUBDIR += wmtop
SUBDIR += xbatt
SUBDIR += xbattbar
SUBDIR += xcpustate
SUBDIR += xdu
SUBDIR += xfsm
SUBDIR += xloadface
SUBDIR += xlogmaster
SUBDIR += xosview
SUBDIR += xperfmon
SUBDIR += xperfmon3
SUBDIR += xsysinfo
SUBDIR += xsysstats
SUBDIR += xwatch
SUBDIR += xwipower
.include <bsd.port.subdir.mk>
|