3ba209837a
- Set the file suffix to .kmod
7 lines
115 B
Makefile
7 lines
115 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/05/02 14:20:50 ad Exp $
|
|
|
|
KMOD= example
|
|
SRCS= example.c
|
|
|
|
.include <bsd.kmodule.mk>
|