| … |  | 
… |  | 
| 3 | DESTDIR= | 
3 | DESTDIR= | 
| 4 | prefix=/usr/local | 
4 | prefix=/usr/local | 
| 5 | bindir=$(prefix)/bin | 
5 | bindir=$(prefix)/bin | 
| 6 | mandir=$(prefix)/man | 
6 | mandir=$(prefix)/man | 
| 7 | man1dir=$(mandir)/man1 | 
7 | man1dir=$(mandir)/man1 | 
| 8 | libdir=$(prefix)/lib | 
 | 
 | 
| 9 | sharedir=$(prefix)/share | 
8 | sharedir=$(prefix)/share | 
| 10 | getoptdir=$(libdir)/getopt | 
9 | getoptdir=$(sharedir)/getopt | 
| 11 | localedir=$(sharedir)/locale | 
10 | localedir=$(sharedir)/locale | 
| 12 |  | 
11 |  | 
| 13 | # Define this to 0 to use the getopt(3) routines in this package. | 
12 | # Define this to 0 to use the getopt(3) routines in this package. | 
| 14 | LIBCGETOPT=1 | 
13 | LIBCGETOPT=1 | 
| 15 |  | 
14 |  |