diff --git a/freebsd/Makefile.in b/freebsd/Makefile.in index 4712f29..4f2d397 100644 --- a/freebsd/Makefile.in +++ b/freebsd/Makefile.in @@ -32,6 +32,6 @@ do-install: post-stage: (cd ${STAGEDIR} && \ - find -s . -type f -or -type l | cut -c 2-) >>${TMPPLIST} + ${FIND} -s . -type f -or -type l | cut -c 2-) >>${TMPPLIST} .include