Remove the old dummynet directory and update the new code with the missing files...
[ipfw.git] / Makefile
index f863838..55b8e0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ _all: all
 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 \