Fix folding the resolver code back in

This commit is contained in:
Miek Gieben 2011-02-08 20:23:45 +01:00
parent f6d6e1524a
commit 1157834b1b
1 changed files with 0 additions and 2 deletions

View File

@ -27,12 +27,10 @@ include $(GOROOT)/src/Make.pkg
all: package
gomake -C resolver package
gomake -C responder package
dnstest:
gotest
gomake -C resolver test
gomake -C responder test
_examples: