1 2 3 4 5 6 7 8
6c6 < prefix ?= /usr/local --- > prefix ?= /usr 8c8 < mandir ?= $(prefix)/share/man --- > mandir ?= $(prefix)/man