|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.30, 1996/03/18 09:53:11 | version 1.31, 1996/03/18 09:55:25 | ||
|---|---|---|---|
|
|
||
| beforeinstall: | beforeinstall: | ||
| .ifndef DESTDIR | .ifndef DESTDIR | ||
| (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) | (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) | ||
| .else | |||
| (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs) | |||
| .endif | .endif | ||
| afterinstall: | afterinstall: |