diff options
author | ache <ache@FreeBSD.org> | 1994-12-30 15:40:11 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-30 15:40:11 +0000 |
commit | 89c1ceb60529050f3283368cfb48a958b3cd3164 (patch) | |
tree | ec77f873ec6f5e2470d03cf4771f7ad489cf4b2c /usr.sbin/spkrtest | |
parent | d9a91dd43f74f2748ea5cf56fded5d64ced10795 (diff) | |
download | FreeBSD-src-89c1ceb60529050f3283368cfb48a958b3cd3164.zip FreeBSD-src-89c1ceb60529050f3283368cfb48a958b3cd3164.tar.gz |
Cleanup.
Diffstat (limited to 'usr.sbin/spkrtest')
-rw-r--r-- | usr.sbin/spkrtest/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 <bsd.prog.mk> |