1# $NetBSD: Makefile,v 1.1 2022/04/01 15:49:11 pgoyette Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/dev/i2c 6 7KMOD= i2c_subr 8SRCS= i2c_subr.c 9 10.include <bsd.kmodule.mk> 11