diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index fac0040a597e..fb676573663e 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,9 +1,7 @@ NOMAN= noman -clean depend lint tags obj: - -install: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ +beforeinstall: + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/spkrtest.sh ${DESTDIR}/${BINDIR}/spkrtest .include