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:
Jordan K. Hubbard 2000-02-15 07:15:41 +00:00
parent 5ed909462a
commit 01ce53ab1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57224

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>