From 9f1c4eb0c245833280efc8e12e6689f74c3bba7b Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 7 May 1997 16:03:15 +0000 Subject: Use afterinstall, not proginstall, to run post-installation crap. --- hack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hack') diff --git a/hack/Makefile b/hack/Makefile index 80fd5248..36e53a4e 100644 --- a/hack/Makefile +++ b/hack/Makefile @@ -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: -- cgit v1.2.3