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