Import source code for dummynet innode emulation.
[ipfw.git] / Makefile
1 # $Id$
2 # Top level makefile for building ipfw kernel and userspace.
3 # You can run it manually or also under the Planetlab build.
4 # Planetlab wants also the 'install' target.
5
6 _all: all
7
8 all clean distclean:
9         echo target is $(@)
10         (cd ipfw && $(MAKE) $(@) )
11         (cd dummynet && $(MAKE) $(@) )
12
13 install: