diff --git a/Makefile b/Makefile index 48e7b9be..4e1d88ed 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ include $(GOROOT)/src/Make.inc TARG=dns GOFILES=\ - config.go\ defaults.go\ dns.go\ dnssec.go\ @@ -21,6 +20,7 @@ GOFILES=\ tsig.go\ types.go\ xfr.go\ +# config.go include $(GOROOT)/src/Make.pkg