Makefile revision 1.2
11.2Sthorpej# $NetBSD: Makefile,v 1.2 2025/09/14 00:28:44 thorpej Exp $ 21.1Smlelstv 31.1SmlelstvINCSDIR= /usr/include/dev/spi 41.1SmlelstvINCS= spi_io.h 51.1Smlelstv 61.2Sthorpejspi_calls.h: ${.CURDIR}/spi_calls 71.2Sthorpej echo "${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \ 81.2Sthorpej ${.CURDIR}/spi_calls > ${.CURDIR}/spi_calls.h" 91.2Sthorpej ${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \ 101.2Sthorpej ${.CURDIR}/spi_calls > ${.CURDIR}/spi_calls.h 111.2Sthorpej 121.1Smlelstv.include <bsd.kinc.mk> 13