|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.125, 2001/06/10 13:15:29 | version 1.126, 2001/08/02 06:13:33 | ||
|---|---|---|---|
|
|
||
| .ifndef NODISTRIBDIRS | .ifndef NODISTRIBDIRS | ||
| .ifndef DESTDIR | .ifndef DESTDIR | ||
| .if exists(share/mk) | .if exists(share/mk) | ||
| (cd ${.CURDIR}/etc && ${MAKE} -m ${.CURDIR}/share/mk DESTDIR=/ distrib-dirs) | (cd ${.CURDIR}/etc && \ | ||
| ${MAKE} -m ${.CURDIR}/share/mk DESTDIR=/ distrib-dirs) | |||
| .else | .else | ||
| (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) | (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) | ||
| .endif | .endif |