summaryrefslogtreecommitdiff
path: root/packages/n/Makefile
blob: 530e7449c9ead5f69ebeaecb2984afa1bd607c15 (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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
#
# Following command helps to cheate SUBDIRS list:
# $ tree -fid .
#

SUBDIRS := ModemManager           \
           alpine                 \
           arptables              \
           autofs                 \
           avahi                  \
           biff+comsat            \
           bind                   \
           bluez                  \
           bluez-firmware         \
           bluez-hcidump          \
           bootp                  \
           bootp-debian           \
           bridge-utils           \
           bsd-finger             \
           ca-certificates        \
           cifs-utils             \
           conntrack-tools        \
           crda                   \
           curl                   \
           cyrus-imapd            \
           cyrus-sasl             \
           dhcp                   \
           dhcpcd                 \
           dhcpdump               \
           dirmngr                \
           dnsmasq                \
           ebtables               \
           egd                    \
           elm                    \
           epic5                  \
           ethtool                \
           fetchmail              \
           firmware               \
           freeradius-client      \
           getmail                \
           gnupg                  \
           gnupg2                 \
           gnutls                 \
           gpa                    \
           gpgme                  \
           htdig                  \
           httpd                  \
           icmpinfo               \
           idnkit                 \
           iftop                  \
           imap                   \
           inetd                  \
           iperf3                 \
           iproute2               \
           ipset                  \
           iptables               \
           iptraf-ng              \
           iputils                \
           irssi                  \
           iw                     \
           kerberos               \
           lftp                   \
           libassuan              \
           libgcrypt              \
           libgpg-error           \
           libksba                \
           libmbim                \
           libmnl                 \
           libndp                 \
           libnetfilter_acct      \
           libnetfilter_conntrack \
           libnetfilter_cthelper  \
           libnetfilter_cttimeout \
           libnetfilter_log       \
           libnetfilter_queue     \
           libnfnetlink           \
           libnftnl               \
           libnl                  \
           libnl3                 \
           libnsl                 \
           libpcap                \
           libproxy               \
           libqmi                 \
           libtirpc               \
           links                  \
           lynx                   \
           mailx                  \
           maxmind                \
           mcabber                \
           metamail               \
           mozilla-nspr           \
           mozilla-nss            \
           mtr                    \
           mutt                   \
           nc                     \
           ncftp                  \
           net-snmp               \
           net-tools              \
           netatalk               \
           netdate                \
           netkit-base            \
           netkit-bootparamd      \
           netkit-combo           \
           netkit-ftp             \
           netkit-ntalk           \
           netkit-routed          \
           netkit-rpc             \
           netkit-rsh             \
           netkit-rusers          \
           netkit-rwall           \
           netkit-rwho            \
           netkit-telnet          \
           netkit-tftp            \
           netkit-timed           \
           netpipes               \
           nettle                 \
           netwatch               \
           netwrite               \
           newspost               \
           nfacct                 \
           nfs-utils              \
           nftables               \
           nghttp2                \
           nginx                  \
           nmap                   \
           nn                     \
           npth                   \
           nss-pam-ldapd          \
           ntbtls                 \
           ntp                    \
           obex-data-server       \
           obexfs                 \
           obexftp                \
           opendkim               \
           openldap               \
           openobex               \
           openssh                \
           openssl                \
           openssl10              \
           openvpn                \
           p11-kit                \
           pam-krb5               \
           php                    \
           pidentd                \
           pinentry               \
           pinepgp                \
           popa3d                 \
           portmap                \
           postfix                \
           ppp                    \
           pppsetup               \
           procmail               \
           proftpd                \
           pssh                   \
           radius                 \
           radiusclient           \
           rdist                  \
           rfkill                 \
           rp-pppoe               \
           rpcbind                \
           rpcsvc-proto           \
           rsync                  \
           samba                  \
           scute                  \
           sendmail               \
           slrn                   \
           snownews               \
           stunnel                \
           tcp_wrappers           \
           tcpdump                \
           telnet-OpenBSD         \
           tftp-hpa               \
           tin                    \
           traceroute             \
           trn                    \
           trn4                   \
           ulogd                  \
           uwsgi                  \
           vlan                   \
           vsftpd                 \
           whois                  \
           wireless-regdb         \
           wireless-tools         \
           wpa_supplicant         \
           yp                     \
           ytalk


all-recursive downloads_clean-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	target=`echo $@ | sed s/-recursive//`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  local_target="$$target"; \
	  (cd $$subdir && $(MAKE) $$fnord $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done; test -z "$$fail"

all: all-recursive

downloads_clean: downloads_clean-recursive

.PHONY: all-recursive downloads_clean-recursive all downloads_clean