From 1ebe21479953f4f765447a5be4a8ddbd6a4b0c86 Mon Sep 17 00:00:00 2001 From: Steven Wallace Date: Thu, 29 Sep 1994 21:18:17 +0000 Subject: [PATCH] Define MAN1 man page variable. Get rid of install: and instead add an afterinstall: so that man page is properly installed --- usr.bin/strip/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index c597a981d92f..1a699e72de4d 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= strip +MAN1= strip.1 +STRIP= -install: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} strip \ - ${DESTDIR}${BINDIR} +afterinstall: ./strip ${DESTDIR}${BINDIR}/strip .include