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