Consistently use ${AWK} instead of hard-coding the program name.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2015-12-17 00:02:53 +00:00
parent 8ff6d9dd22
commit 11f1d284a4

View File

@ -225,7 +225,7 @@ ${FULLPROG}: ${OBJS}
.else
grep -v '^#' < ${EXPORT_SYMS} > export_syms
.endif
awk -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
${AWK} -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
export_syms | xargs -J% ${OBJCOPY} % ${.TARGET}
.endif
.endif