| version 1.170, 2002/04/29 12:09:13 |
version 1.171, 2002/04/29 12:14:36 |
| Line 118 postinstall-check: |
|
| Line 118 postinstall-check: |
|
| sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check |
sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check |
| @echo " ================================" |
@echo " ================================" |
| |
|
| |
postinstall-fix: .NOTMAIN |
| |
@echo " === Post installation fixes ===" |
| |
sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix |
| |
@echo " ================================" |
| |
|
| |
|
| # Targets (in order!) called by "make build". |
# Targets (in order!) called by "make build". |
| |
|