Fix the makefile

This commit is contained in:
Miek Gieben 2010-12-30 20:01:33 +01:00
parent c71d8e1495
commit bccabeaeda
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ include $(GOROOT)/src/Make.pkg
all: package
gomake -C dnssec package
gomake -C resolver package
# gomake -C strconv package
install: $(INSTALLFILES)
gomake -C dnssec install