xref: /netbsd-src/sys/modules/examples/mapper/Makefile (revision 1514387ab8a3bd1bd26c5b619b78fb9a620ad310)
1#	$NetBSD: Makefile,v 1.1 2019/01/17 20:47:42 kamil Exp $
2
3.include "../Makefile.inc"
4
5#S?=	/usr/src/sys
6
7KMOD=	mapper
8SRCS=	mapper.c
9
10.include <bsd.kmodule.mk>
11
12# To make use of this module, you'll need to separately build the
13# cmd_mapper program, with a Makefile similar to
14#
15#	MKMAN=	NO
16#	PROG=	cmd_mapper
17#	.include <bsd.prog.mk>
18