11.5Sthorpej# $NetBSD: Makefile,v 1.5 2025/09/21 17:54:16 thorpej Exp $ 21.1Scgd 31.1ScgdINCSDIR= /usr/include/dev/i2c 41.4SbradINCS= emcfanreg.h emcfaninfo.h i2c_io.h 51.1Scgd 61.5Sthorpeji2c_calls.h: ${.CURDIR}/i2c_calls 71.5Sthorpej echo "${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \ 81.5Sthorpej ${.CURDIR}/i2c_calls > ${.CURDIR}/i2c_calls.h" 91.5Sthorpej ${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \ 101.5Sthorpej ${.CURDIR}/i2c_calls > ${.CURDIR}/i2c_calls.h 111.5Sthorpej 121.1Scgd.include <bsd.kinc.mk> 13