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

clean: 
	(cd ..; make clean)

install:
	(cd ..; make install)
