Commit b927ad88 authored by Russ Cox's avatar Russ Cox

DNS messages

R=r
DELTA=685  (683 added, 0 deleted, 2 changed)
OCL=20926
CL=20951
parent a4459c55
......@@ -3,7 +3,7 @@
# license that can be found in the LICENSE file.
# DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m fd_darwin.go fd.go net.go net_darwin.go ip.go >Makefile
# gobuild -m fd_darwin.go fd.go net.go net_darwin.go ip.go dnsmsg.go >Makefile
O=6
GC=$(O)g
CC=$(O)c -w
......@@ -34,6 +34,7 @@ coverage: packages
O1=\
fd_$(GOOS).$O\
ip.$O\
dnsmsg.$O\
O2=\
fd.$O\
......@@ -45,7 +46,7 @@ O3=\
net.a: a1 a2 a3
a1: $(O1)
$(AR) grc net.a fd_$(GOOS).$O ip.$O
$(AR) grc net.a fd_$(GOOS).$O ip.$O dnsmsg.$O
rm -f $(O1)
a2: $(O2)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment