mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
12 lines
194 B
Makefile
12 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/18 11:46:24 kardel Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/i2c
|
|
|
|
KMOD= hythygtemp
|
|
IOCONF= hythygtemp.ioconf
|
|
SRCS= hytp14.c
|
|
|
|
.include <bsd.kmodule.mk>
|