head	1.1;
access;
symbols
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.8
	netbsd-11-base:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.6
	perseant-exfatfs-base:1.1
	thorpej-ifq:1.1.0.4
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.2
	thorpej-altq-separation-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.08.27.13.20.09;	author kardel;	state Exp;
branches;
next	;
commitid	xRhae9Ca4Yr6xqCE;


desc
@@


1.1
log
@make owtemp a module
@
text
@#	$NetBSD: Makefile,v 1.2 2019/02/17 04:05:56 rin Exp $

.include "../Makefile.inc"

.PATH:		${S}/dev/onewire

KMOD=   	owtemp
IOCONF=		owtemp.ioconf
SRCS=		owtemp.c

CPPFLAGS+=	-I${S}/onewire

WARNS=		3

.include <bsd.kmodule.mk>
@
