NetBSD/sys/modules/lm/Makefile
jakllsch 4dd99ce884 Modularize lm_isa and lm_wbsio, splitting the common part out
into a 3rd module.  Add wbsio module too.
2012-01-17 16:50:07 +00:00

13 lines
172 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/01/17 16:50:07 jakllsch Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/ic
KMOD= lm
SRCS= nslm7x.c
WARNS?= 4
.include <bsd.kmodule.mk>