Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld.

Spotted by:	fjoe
This commit is contained in:
ru 2002-10-23 12:05:27 +00:00
parent f8847ee680
commit 3876823931

View File

@ -17,6 +17,6 @@ BINDIR= /usr/libexec
.PATH: ${.CURDIR}/../common
lint.7: makeman
sh ${.CURDIR}/makeman ${BINDIR}/${PROG} -m >${.TARGET}
sh ${.CURDIR}/makeman ${DESTDIR}${BINDIR}/${PROG} -m >${.TARGET}
.include <bsd.prog.mk>