all:	lpf
lpf:	lpf.o

install: all
	install -m 555 lpf /usr/sbin

clean:
	rm -f *.o lpf
