From 89c1ceb60529050f3283368cfb48a958b3cd3164 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 30 Dec 1994 15:40:11 +0000 Subject: Cleanup. --- usr.sbin/spkrtest/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/spkrtest/Makefile') diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index fac0040..fb67657 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 -- cgit v1.1