
all:
	(cd ..; make ../bin/bnchat ../bin/bnftp ../bin/bnbot ../bin/bnstat)

clean: 
	(cd ..; make clean)

install:
	(cd ..; make install)
