|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.34, 1994/01/28 00:16:38 | version 1.35, 1994/02/09 23:50:38 | ||
|---|---|---|---|
|
|
||
| .if !target(install) | .if !target(install) | ||
| .if !target(beforeinstall) | .if !target(beforeinstall) | ||
| beforeinstall: | beforeinstall: | ||
| .if defined(DESTDIR) || defined(BINDIR) | |||
| @install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR} | |||
| .endif | |||
| .endif | .endif | ||
| .if !target(afterinstall) | .if !target(afterinstall) | ||
| afterinstall: | afterinstall: |