
all:
	(cd ..; make ../sbin/bnproxy)

clean: 
	(cd ..; make clean)

install:
	(cd ..; make install)
