Use afterinstall, not proginstall, to run post-installation crap.

This commit is contained in:
mycroft 1997-05-07 16:03:15 +00:00
parent 6e0450c70f
commit 8306be60f4
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 1997/04/19 07:20:13 thorpej Exp $
# $NetBSD: Makefile,v 1.22 1997/05/07 16:03:15 mycroft Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
PROG= hack
@ -32,7 +32,7 @@ makedefs: makedefs.c
${HOST_CC} ${HOST_CFLAGS} ${HOST_LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c
.if !exists(${DESTDIR}${FILESDIR}/perm)
proginstall:: clobber
afterinstall: clobber
.endif
clobber:

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 1997/03/24 22:03:00 christos Exp $
# $NetBSD: Makefile,v 1.29 1997/05/07 16:03:16 mycroft Exp $
#
# NetBSD Makefile
#
@ -37,7 +37,7 @@ BINMODE=6555
FILES=sendmail.hf
FILESDIR=/usr/share/misc
proginstall::
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/sendmail.st