Left: | ||
Right: |
OLD | NEW |
---|---|
1 # Copyright 2009 The Go Authors. All rights reserved. | 1 # Copyright 2009 The Go Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style | 2 # Use of this source code is governed by a BSD-style |
3 # license that can be found in the LICENSE file. | 3 # license that can be found in the LICENSE file. |
4 | 4 |
5 include ../../Make.$(GOARCH) | 5 include ../../Make.$(GOARCH) |
6 | 6 |
7 TARG=net | 7 TARG=net |
8 GOFILES=\ | 8 GOFILES=\ |
9 dnsclient.go\ | 9 dnsclient.go\ |
10 dnsconfig.go\ | 10 dnsconfig.go\ |
11 dnsmsg.go\ | 11 dnsmsg.go\ |
12 fd.go\ | 12 fd.go\ |
13 fd_$(GOOS).go\ | 13 fd_$(GOOS).go\ |
14 hosts.go\ | 14 hosts.go\ |
15 ip.go\ | 15 ip.go\ |
16 ipsock.go\ | 16 ipsock.go\ |
17 net.go\ | 17 net.go\ |
18 parse.go\ | 18 parse.go\ |
19 pipe.go\ | |
19 port.go\ | 20 port.go\ |
20 sock.go\ | 21 sock.go\ |
21 tcpsock.go\ | 22 tcpsock.go\ |
22 udpsock.go\ | 23 udpsock.go\ |
23 unixsock.go\ | 24 unixsock.go\ |
24 | 25 |
25 include ../../Make.pkg | 26 include ../../Make.pkg |
OLD | NEW |