all:		obtest

install:	obtest
	install -m 755 obtest /usr/local/sbin/obtest

clean:
	rm -f *.o *~ "#*#" obtest
