Added the new version for dummynet.
[ipfw.git] / Makefile
index f863838..51a00a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ all clean distclean:
        echo target is $(@)
        (cd ipfw && $(MAKE) $(@) )
        (cd dummynet && $(MAKE) $(@) )
+       (cd dummynet2 && $(MAKE) $(@) )
 
 snapshot:
        (cd ..; tar cvzhf /tmp/$(SNAPSHOT_NAME).tgz --exclude .svn \