all:
	cd userpf; make $@
	cd mgmtpf; make $@

install:
	cd userpf; make $@
	cd mgmtpf; make $@

clean:
	cd userpf; make $@
	cd mgmtpf; make $@
