diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index f713477073fc..c597a981d92f 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -3,7 +3,7 @@ PROG= strip install: - install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \ + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} strip \ ${DESTDIR}${BINDIR} ./strip ${DESTDIR}${BINDIR}/strip