all:	lpr
lpr:	lpr.o

install: all
	install -g lp -m 2555 lpr /usr/bin

clean:
	rm -f *.o lpr
