mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
13 lines
191 B
Makefile
13 lines
191 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/01/17 16:50:07 jakllsch Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/isa
|
|
|
|
KMOD= lm_isa_common
|
|
SRCS= lm_isa_common.c
|
|
|
|
WARNS?= 4
|
|
|
|
.include <bsd.kmodule.mk>
|