we might as well provide a handy "postinstall-fix" target whilst here

This commit is contained in:
lukem 2002-04-29 12:14:36 +00:00
parent 25bdefc720
commit 4d5e7bcd0b
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.170 2002/04/29 12:09:13 lukem Exp $
# $NetBSD: Makefile,v 1.171 2002/04/29 12:14:36 lukem Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@ -118,6 +118,11 @@ postinstall-check:
sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check
@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".