1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Add missing ${.CURDIR}

This commit is contained in:
Andrey A. Chernov 1995-01-24 08:30:13 +00:00
parent b99f012ec5
commit 0a1c0d9ae8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5836

View File

@ -5,6 +5,6 @@ MAN1 = lp.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
lp.sh ${DESTDIR}${BINDIR}/lp
${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
.include <bsd.prog.mk>