add axfr to the list of example progs

This commit is contained in:
Miek Gieben 2011-01-01 19:33:01 +01:00
parent 7c2de14b8d
commit 439c64abc6
1 changed files with 2 additions and 0 deletions

View File

@ -3,9 +3,11 @@ all:
gomake -C q
gomake -C chaos
gomake -C dnssectest
gomake -C axfr
clean:
gomake -C mx clean
gomake -C q clean
gomake -C chaos clean
gomake -C dnssectest clean
gomake -C axfr clean