all:
	@echo -n

install:
	@mkdir -p /usr/local/lib/sbi
	install -c sbisetall /usr/local/bin
	install -c *.sbi fm_init.txt /usr/local/lib/sbi
