The people frobbing this file seem constitutionally unable to do so

without breaking it.  Use ${.CURDIR} properly so that beforeinstall
target will actually work in the presence of an obj dir.
This commit is contained in:
jkh 2000-02-15 07:15:41 +00:00
parent 789e20995d
commit 364d43782d

View File

@ -4,7 +4,7 @@
MAN6= wargames.6
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${.CURDIR}/wargames.sh \
${DESTDIR}${BINDIR}/wargames
.include <bsd.prog.mk>