Add DESTDIR to afterinstall

Submitted by: jhay
This commit is contained in:
Andrey A. Chernov 1998-02-24 10:24:22 +00:00
parent a15403de7b
commit 28c576007e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33785

View File

@ -7,6 +7,6 @@ SAMPLES=bjc-240.sh.sample
afterinstall:
cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
${SAMPLES} ${BINDIR}
${SAMPLES} ${DESTDIR}${BINDIR}
.include <bsd.prog.mk>